Skip to content

Commit 156b605

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 3ba99a8 commit 156b605

File tree

1 file changed

+135
-1
lines changed
  • lib/node_modules/@stdlib/math/special/data

1 file changed

+135
-1
lines changed

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

Lines changed: 135 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14215,7 +14215,141 @@
1421514215
"math.round"
1421614216
]
1421714217
},
14218-
"@stdlib/math/base/special/croundf": {},
14218+
"@stdlib/math/base/special/croundf": {
14219+
"$schema": "math/base@v1.0",
14220+
"base_alias": "cround",
14221+
"alias": "croundf",
14222+
"pkg_desc": "round each component of a single-precision complex floating-point number to the nearest integer",
14223+
"desc": "rounds each component of a single-precision complex floating-point number to the nearest integer",
14224+
"short_desc": "round each component of a complex number to the nearest integer",
14225+
"parameters": [
14226+
{
14227+
"name": "z",
14228+
"desc": "input value",
14229+
"type": {
14230+
"javascript": "Complex64",
14231+
"jsdoc": "Complex64",
14232+
"c": "stdlib_complex64_t",
14233+
"dtype": "complex64"
14234+
},
14235+
"domain": null,
14236+
"rand": {
14237+
"prng": "random/base/uniform",
14238+
"parameters": [
14239+
[
14240+
-10,
14241+
10
14242+
],
14243+
[
14244+
-10,
14245+
10
14246+
]
14247+
]
14248+
},
14249+
"example_values": [
14250+
{
14251+
"re": 5.5,
14252+
"im": 3.3
14253+
},
14254+
{
14255+
"re": -4.2,
14256+
"im": 1.7
14257+
},
14258+
{
14259+
"re": 0.8,
14260+
"im": -0.4
14261+
},
14262+
{
14263+
"re": -1.5,
14264+
"im": 2.9
14265+
},
14266+
{
14267+
"re": 3.1,
14268+
"im": -3.7
14269+
},
14270+
{
14271+
"re": -2.6,
14272+
"im": 0.5
14273+
},
14274+
{
14275+
"re": 1.9,
14276+
"im": -1.1
14277+
},
14278+
{
14279+
"re": -0.3,
14280+
"im": 4.8
14281+
},
14282+
{
14283+
"re": 2.4,
14284+
"im": 2.6
14285+
},
14286+
{
14287+
"re": -3.9,
14288+
"im": -2.2
14289+
},
14290+
{
14291+
"re": 0.1,
14292+
"im": 1.5
14293+
},
14294+
{
14295+
"re": -1.7,
14296+
"im": -0.9
14297+
},
14298+
{
14299+
"re": 4.6,
14300+
"im": 3.5
14301+
},
14302+
{
14303+
"re": -5.1,
14304+
"im": 0.2
14305+
},
14306+
{
14307+
"re": 1.3,
14308+
"im": -4.4
14309+
},
14310+
{
14311+
"re": -0.6,
14312+
"im": 2.1
14313+
},
14314+
{
14315+
"re": 3.7,
14316+
"im": -1.8
14317+
},
14318+
{
14319+
"re": -2.3,
14320+
"im": 3.9
14321+
},
14322+
{
14323+
"re": 0.5,
14324+
"im": -0.7
14325+
},
14326+
{
14327+
"re": -4.8,
14328+
"im": 1.2
14329+
}
14330+
]
14331+
}
14332+
],
14333+
"returns": {
14334+
"desc": "result",
14335+
"type": {
14336+
"javascript": "Complex64",
14337+
"jsdoc": "Complex64",
14338+
"c": "stdlib_complex64_t",
14339+
"dtype": "complex64"
14340+
}
14341+
},
14342+
"keywords": [
14343+
"cround",
14344+
"round",
14345+
"floor",
14346+
"ceil",
14347+
"integer",
14348+
"complex",
14349+
"cmplx"
14350+
],
14351+
"extra_keywords": []
14352+
},
1421914353
"@stdlib/math/base/special/cround": {},
1422014354
"@stdlib/math/base/special/round-nearest-even": {
1422114355
"$schema": "math/base@v1.0",

0 commit comments

Comments
 (0)