* Get the numerator of a fraction. For a fraction a/b, the function * returns a. For matrices, the function is evaluated element wise.
(
this: MathJsChain<number | BigNumber | bigint | Fraction>
)
| 5969 | * returns a. For matrices, the function is evaluated element wise. |
| 5970 | */ |
| 5971 | num( |
| 5972 | this: MathJsChain<number | BigNumber | bigint | Fraction> |
| 5973 | ): MathJsChain<bigint> |
| 5974 | num( |
no outgoing calls
no test coverage detected