Skip to content

Commit 15e0b09

Browse files
authored
feat: update math scaffold databases
PR-URL: #9451 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 93fa3eb commit 15e0b09

1 file changed

Lines changed: 134 additions & 2 deletions

File tree

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

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

Lines changed: 134 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15320,7 +15320,7 @@
1532015320
"alias": "csignumf",
1532115321
"pkg_desc": "evaluate the signum function of a single-precision complex floating-point number",
1532215322
"desc": "evaluates the signum function of a single-precision complex floating-point number",
15323-
"short_desc": "evaluate the signum function of a complex number",
15323+
"short_desc": "signum function",
1532415324
"parameters": [
1532515325
{
1532615326
"name": "z",
@@ -15448,7 +15448,139 @@
1544815448
],
1544915449
"extra_keywords": []
1545015450
},
15451-
"@stdlib/math/base/special/csignum": {},
15451+
"@stdlib/math/base/special/csignum": {
15452+
"$schema": "math/base@v1.0",
15453+
"base_alias": "csignum",
15454+
"alias": "csignum",
15455+
"pkg_desc": "evaluate the signum function of a double-precision complex floating-point number",
15456+
"desc": "evaluates the signum function of a double-precision complex floating-point number",
15457+
"short_desc": "signum function",
15458+
"parameters": [
15459+
{
15460+
"name": "z",
15461+
"desc": "input value",
15462+
"type": {
15463+
"javascript": "Complex128",
15464+
"jsdoc": "Complex128",
15465+
"c": "stdlib_complex128_t",
15466+
"dtype": "complex128"
15467+
},
15468+
"domain": null,
15469+
"rand": {
15470+
"prng": "random/base/uniform",
15471+
"parameters": [
15472+
[
15473+
-10,
15474+
10
15475+
],
15476+
[
15477+
-10,
15478+
10
15479+
]
15480+
]
15481+
},
15482+
"example_values": [
15483+
{
15484+
"re": -4.2,
15485+
"im": 5.5
15486+
},
15487+
{
15488+
"re": 3.7,
15489+
"im": -2.8
15490+
},
15491+
{
15492+
"re": -1.5,
15493+
"im": 4.3
15494+
},
15495+
{
15496+
"re": 6.1,
15497+
"im": 1.9
15498+
},
15499+
{
15500+
"re": -2.9,
15501+
"im": -3.6
15502+
},
15503+
{
15504+
"re": 0.8,
15505+
"im": 7.2
15506+
},
15507+
{
15508+
"re": -5.4,
15509+
"im": 0.5
15510+
},
15511+
{
15512+
"re": 2.3,
15513+
"im": -4.1
15514+
},
15515+
{
15516+
"re": -3.8,
15517+
"im": 2.7
15518+
},
15519+
{
15520+
"re": 4.9,
15521+
"im": 3.2
15522+
},
15523+
{
15524+
"re": -0.6,
15525+
"im": -5.8
15526+
},
15527+
{
15528+
"re": 1.4,
15529+
"im": 6.5
15530+
},
15531+
{
15532+
"re": -7.1,
15533+
"im": -1.3
15534+
},
15535+
{
15536+
"re": 5.6,
15537+
"im": 0.9
15538+
},
15539+
{
15540+
"re": -1.2,
15541+
"im": 3.4
15542+
},
15543+
{
15544+
"re": 3.5,
15545+
"im": -6.7
15546+
},
15547+
{
15548+
"re": -4.7,
15549+
"im": 4.8
15550+
},
15551+
{
15552+
"re": 0.3,
15553+
"im": -2.1
15554+
},
15555+
{
15556+
"re": -6.3,
15557+
"im": 1.6
15558+
},
15559+
{
15560+
"re": 2.8,
15561+
"im": 5.4
15562+
}
15563+
]
15564+
}
15565+
],
15566+
"returns": {
15567+
"desc": "result",
15568+
"type": {
15569+
"javascript": "Complex128",
15570+
"jsdoc": "Complex128",
15571+
"c": "stdlib_complex128_t",
15572+
"dtype": "complex128"
15573+
}
15574+
},
15575+
"keywords": [
15576+
"csignum",
15577+
"sign",
15578+
"sgn",
15579+
"complex",
15580+
"cmplx"
15581+
],
15582+
"extra_keywords": []
15583+
},
1545215584
"@stdlib/math/base/special/sinf": {
1545315585
"$schema": "math/base@v1.0",
1545415586
"base_alias": "sin",

0 commit comments

Comments
 (0)