File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
lib/node_modules/@stdlib/math/base/special/ceilnf Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 33 Rounds a numeric value to the nearest multiple of `10^n` toward positive
44 infinity.
55
6- When operating on single-precision floating-point numbers in bases other than `2`, rounding
7- to specified digits can be inexact.
6+ When operating on single-precision floating-point numbers in bases other
7+ than `2`, rounding to specified digits can be inexact.
88
99 Parameters
1010 ----------
Original file line number Diff line number Diff line change 1919'use strict' ;
2020
2121// MODULES //
22+
2223var isnan = require ( '@stdlib/math/base/assert/is-nan' ) ;
2324var isInfinitef = require ( '@stdlib/math/base/assert/is-infinitef' ) ;
2425var pow = require ( '@stdlib/math/base/special/pow' ) ;
Original file line number Diff line number Diff line change 2121 "example" : " ./examples" ,
2222 "include" : " ./include" ,
2323 "lib" : " ./lib" ,
24- "test " : " ./test " ,
25- "src " : " ./src "
24+ "src " : " ./src " ,
25+ "test " : " ./test "
2626 },
2727 "types" : " ./docs/types" ,
2828 "scripts" : {},
You can’t perform that action at this time.
0 commit comments