/** * Returns the normalized exponent of the given number. * @param a A double */ declare function exponent(a: number): number; export { exponent };