File tree Expand file tree Collapse file tree 2 files changed +87
-1
lines changed
Expand file tree Collapse file tree 2 files changed +87
-1
lines changed Original file line number Diff line number Diff line change 44
55<section class =" release " id =" unreleased " >
66
7- ## Unreleased (2025-06-12 )
7+ ## Unreleased (2025-06-13 )
88
99<section class =" features " >
1010
2222
2323<details >
2424
25+ - [ ` b2cf286 ` ] ( https://github.com/stdlib-js/stdlib/commit/b2cf28636042c807067cbd86d92b0eae4dd5a4f0 ) - ** chore:** add structured package data _ (by Karan Anand)_
2526- [ ` 8c519dd ` ] ( https://github.com/stdlib-js/stdlib/commit/8c519ddfafd9e87c7633c9e0555d59bb752aac7b ) - ** feat:** add ` math/base/special/coversinf ` [ (#7316 )] ( https://github.com/stdlib-js/stdlib/pull/7316 ) _ (by Karan Anand)_
2627
2728</details >
Original file line number Diff line number Diff line change 9494 " radians" ,
9595 " angle"
9696 ],
97+ "__stdlib__" : {
98+ "scaffold" : {
99+ "$schema" :
" math/[email protected] " ,
100+ "base_alias" : " coversin" ,
101+ "alias" : " coversinf" ,
102+ "pkg_desc" : " compute the coversed sine of a single-precision floating-point number (in radians)" ,
103+ "desc" : " computes the coversed sine of a single-precision floating-point number (in radians)" ,
104+ "short_desc" : " coversed sine" ,
105+ "parameters" : [
106+ {
107+ "name" : " x" ,
108+ "desc" : " input value (in radians)" ,
109+ "type" : {
110+ "javascript" : " number" ,
111+ "jsdoc" : " number" ,
112+ "c" : " float" ,
113+ "dtype" : " float32"
114+ },
115+ "domain" : [
116+ {
117+ "min" : " -infinity" ,
118+ "max" : " infinity"
119+ }
120+ ],
121+ "rand" : {
122+ "prng" : " random/base/uniform" ,
123+ "parameters" : [
124+ -10 ,
125+ 10
126+ ]
127+ },
128+ "example_values" : [
129+ 64 ,
130+ 27 ,
131+ 0 ,
132+ 0.1 ,
133+ -9 ,
134+ 8 ,
135+ -1 ,
136+ 125 ,
137+ -10.2 ,
138+ 11.3 ,
139+ -12.4 ,
140+ 3.5 ,
141+ -1.6 ,
142+ 15.7 ,
143+ -16 ,
144+ 17.9 ,
145+ -188 ,
146+ 19.11 ,
147+ -200 ,
148+ 21.15
149+ ]
150+ }
151+ ],
152+ "output_policy" : " real_floating_point_and_generic" ,
153+ "returns" : {
154+ "desc" : " coversed sine" ,
155+ "type" : {
156+ "javascript" : " number" ,
157+ "jsdoc" : " number" ,
158+ "c" : " float" ,
159+ "dtype" : " float32"
160+ }
161+ },
162+ "keywords" : [
163+ " coversin" ,
164+ " coversinf" ,
165+ " coversine" ,
166+ " coversed" ,
167+ " coversinus" ,
168+ " covers" ,
169+ " cosiv" ,
170+ " cvs" ,
171+ " versed" ,
172+ " sine" ,
173+ " sin" ,
174+ " trig" ,
175+ " trigonometry" ,
176+ " radians" ,
177+ " angle"
178+ ],
179+ "extra_keywords" : []
180+ }
181+ },
97182 "funding" : {
98183 "type" : " opencollective" ,
99184 "url" : " https://opencollective.com/stdlib"
You can’t perform that action at this time.
0 commit comments