UNPKG

@stdlib/number-float64-base-to-float32

Version:

Convert a double-precision floating-point number to the nearest single-precision floating-point number.

3 lines 128 B
/// <reference path="../docs/types/index.d.ts" /> import float64ToFloat32 from '../docs/types/index'; export = float64ToFloat32;