File tree Expand file tree Collapse file tree 1 file changed +77
-1
lines changed
lib/node_modules/@stdlib/math/special/data Expand file tree Collapse file tree 1 file changed +77
-1
lines changed Original file line number Diff line number Diff line change 94669466 "@stdlib/math/base/special/sincf" : {},
94679467 "@stdlib/math/base/special/sinc" : {},
94689468 "@stdlib/math/base/special/sindf" : {},
9469- "@stdlib/math/base/special/sind" : {},
9469+ "@stdlib/math/base/special/sind" : {
9470+ "$schema" :
" math/[email protected] " ,
9471+ "base_alias" : " sind" ,
9472+ "alias" : " sind" ,
9473+ "pkg_desc" : " compute the sine of an angle measured in degrees" ,
9474+ "desc" : " computes the sine of an angle measured in degrees" ,
9475+ "short_desc" : " sine" ,
9476+ "parameters" : [
9477+ {
9478+ "name" : " x" ,
9479+ "desc" : " input value (in degrees)" ,
9480+ "type" : {
9481+ "javascript" : " number" ,
9482+ "jsdoc" : " number" ,
9483+ "c" : " double" ,
9484+ "dtype" : " float64"
9485+ },
9486+ "domain" : [
9487+ {
9488+ "min" : " -infinity" ,
9489+ "max" : " infinity"
9490+ }
9491+ ],
9492+ "rand" : {
9493+ "prng" : " random/base/uniform" ,
9494+ "parameters" : [
9495+ -360 ,
9496+ 360
9497+ ]
9498+ },
9499+ "example_values" : [
9500+ 0 ,
9501+ 30 ,
9502+ 45 ,
9503+ 60 ,
9504+ 90 ,
9505+ 120 ,
9506+ 150 ,
9507+ 180 ,
9508+ 270 ,
9509+ 360 ,
9510+ -30 ,
9511+ -45 ,
9512+ -60 ,
9513+ -90 ,
9514+ -180 ,
9515+ -270 ,
9516+ -360 ,
9517+ 15 ,
9518+ -15 ,
9519+ 75
9520+ ]
9521+ }
9522+ ],
9523+ "output_policy" : " real_floating_point_and_generic" ,
9524+ "returns" : {
9525+ "desc" : " sine" ,
9526+ "type" : {
9527+ "javascript" : " number" ,
9528+ "jsdoc" : " number" ,
9529+ "c" : " double" ,
9530+ "dtype" : " float64"
9531+ }
9532+ },
9533+ "keywords" : [
9534+ " degree" ,
9535+ " sin" ,
9536+ " sine" ,
9537+ " sind" ,
9538+ " cos" ,
9539+ " cosine" ,
9540+ " trig"
9541+ ],
9542+ "extra_keywords" : [
9543+ " math.sin"
9544+ ]
9545+ },
94709546 "@stdlib/math/base/special/sinh" : {},
94719547 "@stdlib/math/base/special/sinpif" : {
94729548 "$schema" :
" math/[email protected] " ,
You can’t perform that action at this time.
0 commit comments