Skip to content

Commit 3f6ea1f

Browse files
fix: test errors
1 parent 75e6e3b commit 3f6ea1f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

lib/node_modules/@stdlib/math/base/special/ceilnf/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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
----------

lib/node_modules/@stdlib/math/base/special/ceilnf/lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
'use strict';
2020

2121
// MODULES //
22+
2223
var isnan = require( '@stdlib/math/base/assert/is-nan' );
2324
var isInfinitef = require( '@stdlib/math/base/assert/is-infinitef' );
2425
var pow = require( '@stdlib/math/base/special/pow' );

lib/node_modules/@stdlib/math/base/special/ceilnf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
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": {},

0 commit comments

Comments
 (0)