Computing Feigenbaum Constant in Java

477 Views Asked by At

Is there a way to code a Java program that computes the Feigenbaum constant (which is around 4.66) for the function $F(x) = r\cdot\sin(\pi\cdot x)$?

1

There are 1 best solutions below

0
On