1 parent 2197079 commit 18a953bCopy full SHA for 18a953b
1 file changed
lib/node_modules/@stdlib/math/base/special/log10f/package.json
@@ -66,7 +66,7 @@
66
"__stdlib__": {
67
"scaffold": {
68
"$schema": "math/base@v1.0",
69
- "base_alias": "log10f",
+ "base_alias": "log10",
70
"alias": "log10f",
71
"pkg_desc": "evaluate the common logarithm (base ten) of a single-precision floating-point number",
72
"desc": "evaluates the common logarithm (base ten) of a single-precision floating-point number",
@@ -129,7 +129,7 @@
129
}
130
},
131
"keywords": [
132
- "log10f",
+ "log10",
133
"common",
134
"base 10",
135
"logarithm",
0 commit comments