frontend/.pnpm-store/v3/files/05/aaa4c3db4f4ff5e8c068afd15e36f3fd48b7e82d63ca23751fd9b45f68aacc0f0738de4c33158e70b37ca768ea193a160551f416f284efcf8aafd62d9553fb-exec

10 lines
593 B
Plaintext
Executable File

import { NumberFormatInternal } from '../types/number';
/**
* The abstract operation ComputeExponentForMagnitude computes an exponent by which to scale a
* number of the given magnitude (power of ten of the most significant digit) according to the
* locale and the desired notation (scientific, engineering, or compact).
*/
export declare function ComputeExponentForMagnitude(numberFormat: Intl.NumberFormat, magnitude: number, { getInternalSlots, }: {
getInternalSlots(nf: Intl.NumberFormat): NumberFormatInternal;
}): number;
//# sourceMappingURL=ComputeExponentForMagnitude.d.ts.map