core: Export floor functions
This commit is contained in:
@@ -13,7 +13,7 @@ export is_zero, is_infinite, is_finite;
|
|||||||
export NaN, is_NaN, infinity, neg_infinity;
|
export NaN, is_NaN, infinity, neg_infinity;
|
||||||
export consts;
|
export consts;
|
||||||
export logarithm;
|
export logarithm;
|
||||||
export acos, asin, atan, atan2, cbrt, ceil, copysign, cos, cosh;
|
export acos, asin, atan, atan2, cbrt, ceil, copysign, cos, cosh, floor;
|
||||||
export erf, erfc, exp, expm1, exp2, abs, abs_sub;
|
export erf, erfc, exp, expm1, exp2, abs, abs_sub;
|
||||||
export mul_add, fmax, fmin, nextafter, frexp, hypot, ldexp;
|
export mul_add, fmax, fmin, nextafter, frexp, hypot, ldexp;
|
||||||
export lgamma, ln, log_radix, ln1p, log10, log2, ilog_radix;
|
export lgamma, ln, log_radix, ln1p, log10, log2, ilog_radix;
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ export is_zero, is_infinite, is_finite;
|
|||||||
export NaN, is_NaN, infinity, neg_infinity;
|
export NaN, is_NaN, infinity, neg_infinity;
|
||||||
export consts;
|
export consts;
|
||||||
export logarithm;
|
export logarithm;
|
||||||
export acos, asin, atan, atan2, cbrt, ceil, copysign, cos, cosh;
|
export acos, asin, atan, atan2, cbrt, ceil, copysign, cos, cosh, floor;
|
||||||
export erf, erfc, exp, expm1, exp2, abs, abs_sub;
|
export erf, erfc, exp, expm1, exp2, abs, abs_sub;
|
||||||
export mul_add, fmax, fmin, nextafter, frexp, hypot, ldexp;
|
export mul_add, fmax, fmin, nextafter, frexp, hypot, ldexp;
|
||||||
export lgamma, ln, log_radix, ln1p, log10, log2, ilog_radix;
|
export lgamma, ln, log_radix, ln1p, log10, log2, ilog_radix;
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export is_zero, is_infinite, is_finite;
|
|||||||
export NaN, is_NaN, infinity, neg_infinity;
|
export NaN, is_NaN, infinity, neg_infinity;
|
||||||
export consts;
|
export consts;
|
||||||
export logarithm;
|
export logarithm;
|
||||||
export acos, asin, atan, atan2, cbrt, ceil, copysign, cos, cosh;
|
export acos, asin, atan, atan2, cbrt, ceil, copysign, cos, cosh, floor;
|
||||||
export erf, erfc, exp, expm1, exp2, abs, abs_sub;
|
export erf, erfc, exp, expm1, exp2, abs, abs_sub;
|
||||||
export mul_add, fmax, fmin, nextafter, frexp, hypot, ldexp;
|
export mul_add, fmax, fmin, nextafter, frexp, hypot, ldexp;
|
||||||
export lgamma, ln, log_radix, ln1p, log10, log2, ilog_radix;
|
export lgamma, ln, log_radix, ln1p, log10, log2, ilog_radix;
|
||||||
|
|||||||
Reference in New Issue
Block a user