* Round a value towards the nearest integer. For matrices, the function * is evaluated element wise. * @param n Number of decimals Default value: 0.
(
this: MathJsChain<T>,
n?: number | BigNumber | MathCollection
)
| 5468 | * @param n Number of decimals Default value: 0. |
| 5469 | */ |
| 5470 | round<T extends MathNumericType | MathCollection>( |
| 5471 | this: MathJsChain<T>, |
| 5472 | n?: number | BigNumber | MathCollection |
| 5473 | ): MathJsChain<T> |
no outgoing calls
no test coverage detected