File tree Expand file tree Collapse file tree 1 file changed +78
-1
lines changed
lib/node_modules/@stdlib/math/base/special/sincf Expand file tree Collapse file tree 1 file changed +78
-1
lines changed Original file line number Diff line number Diff line change 6363 " trig" ,
6464 " trigonometry" ,
6565 " normalized"
66- ]
66+ ],
67+ "__stdlib__" : {
68+ "scaffold" : {
69+ "$schema" :
" math/[email protected] " ,
70+ "base_alias" : " sinc" ,
71+ "alias" : " sincf" ,
72+ "pkg_desc" : " compute the normalized cardinal sine of a single-precision floating-point number (in radians)" ,
73+ "desc" : " computes the normalized cardinal sine of a single-precision floating-point number (in radians)" ,
74+ "short_desc" : " normalized cardinal sine" ,
75+ "parameters" : [
76+ {
77+ "name" : " x" ,
78+ "desc" : " input value (in radians)" ,
79+ "type" : {
80+ "javascript" : " number" ,
81+ "jsdoc" : " number" ,
82+ "c" : " float" ,
83+ "dtype" : " float32"
84+ },
85+ "domain" : [
86+ {
87+ "min" : " -infinity" ,
88+ "max" : " infinity"
89+ }
90+ ],
91+ "rand" : {
92+ "prng" : " random/base/uniform" ,
93+ "parameters" : [
94+ -10 ,
95+ 10
96+ ]
97+ },
98+ "example_values" : [
99+ 0 ,
100+ 0.5236 ,
101+ 0.7854 ,
102+ 1.5708 ,
103+ 1.0472 ,
104+ 2.3562 ,
105+ 3.1416 ,
106+ 4.7124 ,
107+ 6.2832 ,
108+ -0.5236 ,
109+ -0.7854 ,
110+ -1.0472 ,
111+ -1.5708 ,
112+ -2.3562 ,
113+ -3.1416 ,
114+ 7.854 ,
115+ -7.854 ,
116+ 0.1 ,
117+ -0.1 ,
118+ 3.5
119+ ]
120+ }
121+ ],
122+ "output_policy" : " real_floating_point_and_generic" ,
123+ "returns" : {
124+ "desc" : " normalized cardinal sine" ,
125+ "type" : {
126+ "javascript" : " number" ,
127+ "jsdoc" : " number" ,
128+ "c" : " float" ,
129+ "dtype" : " float32"
130+ }
131+ },
132+ "keywords" : [
133+ " sin" ,
134+ " sincf" ,
135+ " sine" ,
136+ " cardinal" ,
137+ " trig" ,
138+ " trigonometry" ,
139+ " normalized"
140+ ],
141+ "extra_keywords" : []
142+ }
143+ }
67144}
You can’t perform that action at this time.
0 commit comments