Skip to content

Commit 93a08b7

Browse files
kgrytestdlib-bot
authored andcommitted
feat: update math scaffold databases
Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent bab592b commit 93a08b7

1 file changed

Lines changed: 74 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/math/special/data

lib/node_modules/@stdlib/math/special/data/unary.json

Lines changed: 74 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9502,7 +9502,80 @@
95029502
"@stdlib/math/base/special/cinvf": {},
95039503
"@stdlib/math/base/special/cinv": {},
95049504
"@stdlib/math/base/special/lnf": {},
9505-
"@stdlib/math/base/special/ln": {},
9505+
"@stdlib/math/base/special/ln": {
9506+
"$schema": "math/base@v1.0",
9507+
"base_alias": "ln",
9508+
"alias": "ln",
9509+
"pkg_desc": "evaluate the natural logarithm of a double-precision floating-point number",
9510+
"desc": "evaluates the natural logarithm of a double-precision floating-point number",
9511+
"short_desc": "natural logarithm",
9512+
"parameters": [
9513+
{
9514+
"name": "x",
9515+
"desc": "input value",
9516+
"type": {
9517+
"javascript": "number",
9518+
"jsdoc": "number",
9519+
"c": "double",
9520+
"dtype": "float64"
9521+
},
9522+
"domain": [
9523+
{
9524+
"min": 0,
9525+
"max": "infinity"
9526+
}
9527+
],
9528+
"rand": {
9529+
"prng": "random/base/uniform",
9530+
"parameters": [
9531+
0,
9532+
100
9533+
]
9534+
},
9535+
"example_values": [
9536+
0,
9537+
0.01,
9538+
0.25,
9539+
0.5,
9540+
1,
9541+
2,
9542+
3,
9543+
4,
9544+
9,
9545+
16,
9546+
25,
9547+
36,
9548+
49,
9549+
64,
9550+
81,
9551+
100,
9552+
0.1,
9553+
10,
9554+
50,
9555+
99.99
9556+
]
9557+
}
9558+
],
9559+
"output_policy": "real_floating_point_and_generic",
9560+
"returns": {
9561+
"desc": "natural logarithm",
9562+
"type": {
9563+
"javascript": "number",
9564+
"jsdoc": "number",
9565+
"c": "double",
9566+
"dtype": "float64"
9567+
}
9568+
},
9569+
"keywords": [
9570+
"ln",
9571+
"natural",
9572+
"logarithm",
9573+
"log"
9574+
],
9575+
"extra_keywords": [
9576+
"math.log"
9577+
]
9578+
},
95069579
"@stdlib/math/base/special/log10": {},
95079580
"@stdlib/math/base/special/log1mexp": {},
95089581
"@stdlib/math/base/special/log1p": {},

0 commit comments

Comments
 (0)