Skip to content

Commit 673e0e3

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 55ed747 commit 673e0e3

1 file changed

Lines changed: 134 additions & 1 deletion

File tree

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

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

Lines changed: 134 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11540,7 +11540,140 @@
1154011540
"math.pow"
1154111541
]
1154211542
},
11543-
"@stdlib/math/base/special/cinvf": {},
11543+
"@stdlib/math/base/special/cinvf": {
11544+
"$schema": "math/base@v1.0",
11545+
"base_alias": "cinv",
11546+
"alias": "cinvf",
11547+
"pkg_desc": "compute the inverse of a single-precision complex floating-point number",
11548+
"desc": "computes the inverse of a single-precision complex floating-point number",
11549+
"short_desc": "inverse of a single-precision complex number",
11550+
"parameters": [
11551+
{
11552+
"name": "z",
11553+
"desc": "input value",
11554+
"type": {
11555+
"javascript": "Complex64",
11556+
"jsdoc": "Complex64",
11557+
"c": "stdlib_complex64_t",
11558+
"dtype": "complex64"
11559+
},
11560+
"domain": null,
11561+
"rand": {
11562+
"prng": "random/base/uniform",
11563+
"parameters": [
11564+
[
11565+
-10,
11566+
10
11567+
],
11568+
[
11569+
-10,
11570+
10
11571+
]
11572+
]
11573+
},
11574+
"example_values": [
11575+
{
11576+
"re": 2,
11577+
"im": 4
11578+
},
11579+
{
11580+
"re": 1,
11581+
"im": 1
11582+
},
11583+
{
11584+
"re": -1,
11585+
"im": -1
11586+
},
11587+
{
11588+
"re": 0.5,
11589+
"im": 0.5
11590+
},
11591+
{
11592+
"re": 3,
11593+
"im": -4
11594+
},
11595+
{
11596+
"re": -2,
11597+
"im": 3
11598+
},
11599+
{
11600+
"re": 1,
11601+
"im": -2
11602+
},
11603+
{
11604+
"re": -3,
11605+
"im": 2
11606+
},
11607+
{
11608+
"re": 4,
11609+
"im": 3
11610+
},
11611+
{
11612+
"re": -5,
11613+
"im": -2
11614+
},
11615+
{
11616+
"re": 2.5,
11617+
"im": 1.5
11618+
},
11619+
{
11620+
"re": -1.5,
11621+
"im": 2.5
11622+
},
11623+
{
11624+
"re": 0.25,
11625+
"im": 0.75
11626+
},
11627+
{
11628+
"re": 1.75,
11629+
"im": -1.25
11630+
},
11631+
{
11632+
"re": -0.5,
11633+
"im": 1
11634+
},
11635+
{
11636+
"re": 3.5,
11637+
"im": 2.5
11638+
},
11639+
{
11640+
"re": -2.5,
11641+
"im": -3.5
11642+
},
11643+
{
11644+
"re": 1.25,
11645+
"im": 0.75
11646+
},
11647+
{
11648+
"re": -4,
11649+
"im": 1
11650+
},
11651+
{
11652+
"re": 0.1,
11653+
"im": 0.2
11654+
}
11655+
]
11656+
}
11657+
],
11658+
"returns": {
11659+
"desc": "result",
11660+
"type": {
11661+
"javascript": "Complex64",
11662+
"jsdoc": "Complex64",
11663+
"c": "stdlib_complex64_t",
11664+
"dtype": "complex64"
11665+
}
11666+
},
11667+
"keywords": [
11668+
"cinv",
11669+
"inv",
11670+
"inverse",
11671+
"reciprocal",
11672+
"complex",
11673+
"cmplx"
11674+
],
11675+
"extra_keywords": []
11676+
},
1154411677
"@stdlib/math/base/special/cinv": {
1154511678
"$schema": "math/base@v1.0",
1154611679
"base_alias": "cinv",

0 commit comments

Comments
 (0)