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