Skip to content

Commit 1bdbdf8

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 4fc251b commit 1bdbdf8

1 file changed

Lines changed: 80 additions & 1 deletion

File tree

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

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

Lines changed: 80 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9306,7 +9306,86 @@
93069306
]
93079307
},
93089308
"@stdlib/math/base/special/secd": {},
9309-
"@stdlib/math/base/special/sech": {},
9309+
"@stdlib/math/base/special/sech": {
9310+
"$schema": "math/base@v1.0",
9311+
"base_alias": "sech",
9312+
"alias": "sech",
9313+
"pkg_desc": "compute the hyperbolic secant of a double-precision floating-point number",
9314+
"desc": "computes the hyperbolic secant of a double-precision floating-point number",
9315+
"short_desc": "hyperbolic secant",
9316+
"parameters": [
9317+
{
9318+
"name": "x",
9319+
"desc": "input value (in radians)",
9320+
"type": {
9321+
"javascript": "number",
9322+
"jsdoc": "number",
9323+
"c": "double",
9324+
"dtype": "float64"
9325+
},
9326+
"domain": [
9327+
{
9328+
"min": "-infinity",
9329+
"max": "infinity"
9330+
}
9331+
],
9332+
"rand": {
9333+
"prng": "random/base/uniform",
9334+
"parameters": [
9335+
-10,
9336+
10
9337+
]
9338+
},
9339+
"example_values": [
9340+
0,
9341+
0.5236,
9342+
0.7854,
9343+
1.5708,
9344+
1.0472,
9345+
2.3562,
9346+
3.1416,
9347+
4.7124,
9348+
6.2832,
9349+
-0.5236,
9350+
-0.7854,
9351+
-1.0472,
9352+
-1.5708,
9353+
-2.3562,
9354+
-3.1416,
9355+
7.854,
9356+
-7.854,
9357+
0.1,
9358+
-0.1,
9359+
3.5
9360+
]
9361+
}
9362+
],
9363+
"output_policy": "real_floating_point_and_generic",
9364+
"returns": {
9365+
"desc": "hyperbolic secant",
9366+
"type": {
9367+
"javascript": "number",
9368+
"jsdoc": "number",
9369+
"c": "double",
9370+
"dtype": "float64"
9371+
}
9372+
},
9373+
"keywords": [
9374+
"sec",
9375+
"sech",
9376+
"secant",
9377+
"cos",
9378+
"cosine",
9379+
"hyperbolic",
9380+
"trig",
9381+
"trigonometry",
9382+
"radians",
9383+
"angle"
9384+
],
9385+
"extra_keywords": [
9386+
"math.sech"
9387+
]
9388+
},
93109389
"@stdlib/math/base/special/signumf": {},
93119390
"@stdlib/math/base/special/signum": {},
93129391
"@stdlib/math/base/special/csignumf": {},

0 commit comments

Comments
 (0)