Description Usage Arguments Value Examples
Performs the continued fractions algorithm to find a fraction close to input value
1 | CFA(y,epsilon=1e-2)
|
y |
Value that function attempts to find. Typically comes from measurement of Shor's algorithm |
epsilon |
Acceptable error between value and fraction |
Vector containing numerator and denominator of fraction
1 | CFA(285/14)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.