Skip to content

Commit 39ea0a9

Browse files
authored
Change base alias from 'truncf' to 'trunc'
Signed-off-by: Manvith <[email protected]>
1 parent be3c34d commit 39ea0a9

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/truncf

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"__stdlib__": {
7272
"scaffold": {
7373
"$schema": "math/[email protected]",
74-
"base_alias": "truncf",
74+
"base_alias": "trunc",
7575
"alias": "truncf",
7676
"pkg_desc": "round a single-precision floating-point number toward zero",
7777
"desc": "rounds a single-precision floating-point number toward zero",

0 commit comments

Comments
 (0)