(n: BigDecimal)
| 1108 | * @category predicates |
| 1109 | */ |
| 1110 | export const isNegative = (n: BigDecimal): boolean => n.value < bigint0 |
| 1111 | |
| 1112 | /** |
| 1113 | * Checks if a given `BigDecimal` is positive. |
no outgoing calls
no test coverage detected
searching dependent graphs…