Package: effect
Module: BigDecimal
Scales a given BigDecimal to the specified scale.
If the given scale is smaller than the current scale, the value will be rounded down to the nearest integer.
Signature
declare const scale: { (scale: number): (self: BigDecimal) => BigDecimal; (self: BigDecimal, scale: number): BigDecimal; }
Since v2.0.0