File tree Expand file tree Collapse file tree 1 file changed +81
-1
lines changed
lib/node_modules/@stdlib/math/base/special/hacovercos Expand file tree Collapse file tree 1 file changed +81
-1
lines changed Original file line number Diff line number Diff line change 7474 " trigonometry" ,
7575 " radians" ,
7676 " angle"
77- ]
77+ ],
78+ "__stdlib__" : {
79+ "scaffold" : {
80+ "$schema" : " math/base@v1.0" ,
81+ "base_alias" : " hacovercos" ,
82+ "alias" : " hacovercos" ,
83+ "pkg_desc" : " compute the half-value coversed cosine" ,
84+ "desc" : " computes the half-value coversed cosine" ,
85+ "short_desc" : " half-value coversed cosine" ,
86+ "parameters" : [
87+ {
88+ "name" : " x" ,
89+ "desc" : " input value (in radians)" ,
90+ "type" : {
91+ "javascript" : " number" ,
92+ "jsdoc" : " number" ,
93+ "c" : " double" ,
94+ "dtype" : " float64"
95+ },
96+ "domain" : [
97+ {
98+ "min" : " -infinity" ,
99+ "max" : " infinity"
100+ }
101+ ],
102+ "rand" : {
103+ "prng" : " random/base/uniform" ,
104+ "parameters" : [
105+ 0 ,
106+ 6.283185307179586
107+ ]
108+ },
109+ "example_values" : [
110+ 0 ,
111+ 0.523 ,
112+ 0.785 ,
113+ 1.047 ,
114+ 1.571 ,
115+ 2.094 ,
116+ 2.618 ,
117+ 3.142 ,
118+ 3.665 ,
119+ 4.189 ,
120+ 4.712 ,
121+ 5.236 ,
122+ 5.759 ,
123+ 6.283 ,
124+ -0.523 ,
125+ -1.047 ,
126+ -1.571 ,
127+ 0.1 ,
128+ 1.5 ,
129+ 3
130+ ]
131+ }
132+ ],
133+ "output_policy" : " real_floating_point_and_generic" ,
134+ "returns" : {
135+ "desc" : " half-value coversed cosine" ,
136+ "type" : {
137+ "javascript" : " number" ,
138+ "jsdoc" : " number" ,
139+ "c" : " double" ,
140+ "dtype" : " float64"
141+ }
142+ },
143+ "keywords" : [
144+ " hacovercos" ,
145+ " hacovercosin" ,
146+ " hacovercosine" ,
147+ " coversed" ,
148+ " hcc" ,
149+ " versed" ,
150+ " cosine" ,
151+ " sine" ,
152+ " trig" ,
153+ " trigonometry"
154+ ],
155+ "extra_keywords" : []
156+ }
157+ }
78158}
You can’t perform that action at this time.
0 commit comments