import { AbstractDecimal } from './AbstractDecimal'; import { MathContext } from '../MathContext'; /** * Scale the given decimal number using the rules outlined by the context. * * @param a * number to scale * @param context * context to use for scale */ export declare function scale>(a: D, context: MathContext): D; //# sourceMappingURL=scale.d.ts.map