This documentation is compiled for the latest release of Mathos Core Library
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Only works for upper case L and R. This method is case sensetive.
LRRL will be 5/7
Convert a fraction in Stern-Brocot system to a fraction.
Namespace: Mathos.Arithmetic.Fractions
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
Parameters
- sternBrocotRepresentation
- Type: SystemString
Enter a string that contains L's and R's. It can be generated from a fraction by ToSternBrocotSystem method.
Return Value
Type: FractionRemarks
Examples
See Also