UNPKG

@stdlib/math-base-special-copysignf

Version:

Return a single-precision floating-point number with the magnitude of x and the sign of y.

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