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