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