Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
87 changes: 86 additions & 1 deletion lib/node_modules/@stdlib/math/base/special/acoth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,90 @@
"trigonometry",
"radians",
"angle"
]
],
"__stdlib__": {
"scaffold": {
"$schema": "math/[email protected]",
"base_alias": "acoth",
"alias": "acoth",
"pkg_desc": "compute the inverse hyperbolic cotangent of a number",
"desc": "computes the inverse hyperbolic cotangent of a number",
"short_desc": "inverse hyperbolic cotangent",
"parameters": [
{
"name": "x",
"desc": "input value",
"type": {
"javascript": "number",
"jsdoc": "number",
"c": "double",
"dtype": "float64"
},
"domain": [
{
"min": "-infinity",
"max": "-1"
},
{
"min": "1",
"max": "infinity"
}
],
"rand": {
"prng": "random/base/uniform",
"parameters": [
1.1,
10
]
},
"example_values": [
64,
27,
-9,
8,
-1,
125,
-10.2,
11.3,
-12.4,
3.5,
-1.6,
15.7,
-16,
17.9,
-188,
19.11,
-200,
21.15
]
}
],
"output_policy": "real_floating_point_and_generic",
"returns": {
"desc": "inverse hyperbolic cotangent",
"type": {
"javascript": "number",
"jsdoc": "number",
"c": "double",
"dtype": "float64"
}
},
"keywords": [
"inverse",
"cotangent",
"acot",
"cot",
"coth",
"arc",
"arccotangent",
"trig",
"trigonometry",
"radians",
"angle"
],
"extra_keywords": [
"math.acot"
]
}
}
}