/** * Get precision from float: */ declare function precision(value: number): number; export = precision;