Creation interface for RCF numerals
Create an RCF numeral from a rational string.
String representation of a rational number (e.g., "3/2", "0.5", "42")
Create an RCF numeral from a small integer.
Integer value
Create an RCF numeral representing e (Euler's constant).
Create an RCF numeral representing an infinitesimal.
Create an RCF numeral representing pi.
Find roots of a polynomial.
The polynomial is a[n-1]*x^(n-1) + ... + a[1]*x + a[0].
Polynomial coefficients (constant term first)
Array of RCF numerals representing the roots
Creation interface for RCF numerals