(n: BigDecimal)
| 1090 | * @category predicates |
| 1091 | */ |
| 1092 | export const isZero = (n: BigDecimal): boolean => n.value === bigint0 |
| 1093 | |
| 1094 | /** |
| 1095 | * Checks if a given `BigDecimal` is negative. |
no outgoing calls
no test coverage detected
searching dependent graphs…