* Get the denominator of a fraction. For a fraction a/b, the function * returns b. For matrices, the function is evaluated element wise.
(
this: MathJsChain<number | BigNumber | bigint | Fraction>
)
| 5981 | * returns b. For matrices, the function is evaluated element wise. |
| 5982 | */ |
| 5983 | den( |
| 5984 | this: MathJsChain<number | BigNumber | bigint | Fraction> |
| 5985 | ): MathJsChain<bigint> |
| 5986 | den( |
no outgoing calls
no test coverage detected