Skip to content

Commit b756e98

Browse files
authored
chore: fix alias
Signed-off-by: Athan <[email protected]>
1 parent e85b615 commit b756e98

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"__stdlib__": {
7070
"scaffold": {
7171
"$schema": "math/[email protected]",
72-
"base_alias": "cos",
72+
"base_alias": "cosd",
7373
"alias": "cosdf",
7474
"pkg_desc": "compute the cosine of a single-precision floating-point number (in degrees)",
7575
"desc": "computes the cosine of a single-precision floating-point number (in degrees)",

0 commit comments

Comments
 (0)