Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
85 changes: 85 additions & 0 deletions lib/node_modules/@stdlib/math/base/special/acscf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,89 @@
"radians",
"angle"
]
,
"__stdlib__": {
"scaffold": {
"$schema": "math/[email protected]",
"base_alias": "acsc",
"alias": "acscf",
"pkg_desc": "compute the arccosecant of a single-precision floating-point number",
"desc": "computes the arccosecant of a single-precision floating-point number",
"short_desc": "arccosecant",
"parameters": [
{
"name": "x",
"desc": "input value",
"type": {
"javascript": "number",
"jsdoc": "number",
"c": "float",
"dtype": "float32"
},
"domain": [
{
"min": "-infinity",
"max": -1
},
{
"min": 1,
"max": "infinity"
}
],
"rand": {
"prng": "random/base/uniform",
"parameters": [
1.1,
5.1
]
},
"example_values": [
-5,
-4.2,
-3.7,
-3.1,
-2.6,
-2.2,
-1.7,
-1.3,
-1.1,
-1.01,
1.01,
1.1,
1.3,
1.7,
2.2,
2.6,
3.1,
3.7,
4.2,
5
]
}
],
"output_policy": "real_floating_point_and_generic",
"returns": {
"desc": "arccosecant",
"type": {
"javascript": "number",
"jsdoc": "number",
"c": "float",
"dtype": "float32"
}
},
"keywords": [
"acscf",
"arccosecant",
"cosecant",
"inverse",
"trig",
"trigonometry",
"radians",
"angle"
],
"extra_keywords": [
"math.asin"
]
}
}
}
88 changes: 88 additions & 0 deletions lib/node_modules/@stdlib/math/base/special/acsch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,92 @@
"math.asinh",
"asinh"
]
,
"__stdlib__": {
"scaffold": {
"$schema": "math/[email protected]",
"base_alias": "acsch",
"alias": "acsch",
"pkg_desc": "compute the hyperbolic arccosecant of a number",
"desc": "computes the hyperbolic arccosecant of a number",
"short_desc": "hyperbolic arccosecant",
"parameters": [
{
"name": "x",
"desc": "input value",
"type": {
"javascript": "number",
"jsdoc": "number",
"c": "double",
"dtype": "float64"
},
"domain": [
{
"min": "-infinity",
"max": 0
},
{
"min": 0,
"max": "infinity"
}
],
"rand": {
"prng": "random/base/uniform",
"parameters": [
0.5,
5.0
]
},
"example_values": [
-5.0,
-3.7,
-2.9,
-2.1,
-1.7,
-1.3,
-1.1,
-0.7,
-0.51,
-0.25,
0.25,
0.51,
0.7,
1.1,
1.3,
1.7,
2.1,
2.9,
3.7,
5.0
]
}
],
"output_policy": "real_floating_point_and_generic",
"returns": {
"desc": "hyperbolic arccosecant",
"type": {
"javascript": "number",
"jsdoc": "number",
"c": "double",
"dtype": "float64"
}
},
"keywords": [
"acsch",
"hyperbolic",
"inverse",
"cosecant",
"csc",
"arc",
"arccosecant",
"trig",
"trigonometry",
"angle",
"asinh"
],
"extra_keywords": [
"math.asinh"
]
}
}
}
84 changes: 84 additions & 0 deletions lib/node_modules/@stdlib/math/base/special/asin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,88 @@
"polyfill",
"ponyfill"
]
,
"__stdlib__": {
"scaffold": {
"$schema": "math/[email protected]",
"base_alias": "asin",
"alias": "asin",
"pkg_desc": "compute the arcsine of a double-precision floating-point number",
"desc": "computes the arcsine of a double-precision floating-point number",
"short_desc": "arcsine",
"parameters": [
{
"name": "x",
"desc": "input value (in radians)",
"type": {
"javascript": "number",
"jsdoc": "number",
"c": "double",
"dtype": "float64"
},
"domain": [
{
"min": -1,
"max": 1
}
],
"rand": {
"prng": "random/base/uniform",
"parameters": [
-1.0,
1.0
]
},
"example_values": [
-1.0,
-0.95,
-0.9,
-0.85,
-0.75,
-0.66,
-0.5,
-0.33,
-0.25,
-0.11,
0.0,
0.11,
0.25,
0.33,
0.5,
0.66,
0.75,
0.85,
0.9,
0.95,
1.0
]
}
],
"output_policy": "real_floating_point_and_generic",
"returns": {
"desc": "arcsine",
"type": {
"javascript": "number",
"jsdoc": "number",
"c": "double",
"dtype": "float64"
}
},
"keywords": [
"asin",
"arcsine",
"sine",
"inverse",
"trig",
"trigonometry",
"radians",
"angle",
"polyfill",
"ponyfill"
],
"extra_keywords": [
"math.asin"
]
}
}
}
82 changes: 82 additions & 0 deletions lib/node_modules/@stdlib/math/base/special/asinf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,86 @@
"radians",
"angle"
]
,
"__stdlib__": {
"scaffold": {
"$schema": "math/[email protected]",
"base_alias": "asin",
"alias": "asinf",
"pkg_desc": "compute the arcsine of a single-precision floating-point number",
"desc": "computes the arcsine of a single-precision floating-point number",
"short_desc": "arcsine",
"parameters": [
{
"name": "x",
"desc": "input value (in radians)",
"type": {
"javascript": "number",
"jsdoc": "number",
"c": "float",
"dtype": "float32"
},
"domain": [
{
"min": -1,
"max": 1
}
],
"rand": {
"prng": "random/base/uniform",
"parameters": [
-1.0,
1.0
]
},
"example_values": [
-1.0,
-0.95,
-0.9,
-0.85,
-0.75,
-0.66,
-0.5,
-0.33,
-0.25,
-0.11,
0.0,
0.11,
0.25,
0.33,
0.5,
0.66,
0.75,
0.85,
0.9,
0.95,
1.0
]
}
],
"output_policy": "real_floating_point_and_generic",
"returns": {
"desc": "arcsine",
"type": {
"javascript": "number",
"jsdoc": "number",
"c": "float",
"dtype": "float32"
}
},
"keywords": [
"asinf",
"arcsine",
"sine",
"inverse",
"trig",
"trigonometry",
"radians",
"angle"
],
"extra_keywords": [
"math.asin"
]
}
}
}
Loading