File tree Expand file tree Collapse file tree 1 file changed +80
-1
lines changed 
lib/node_modules/@stdlib/math/base/special/sinpi Expand file tree Collapse file tree 1 file changed +80
-1
lines changed 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/[email protected] " ,
 71+       "base_alias" : " sinpi"  ,
72+       "alias" : " sinpi"  ,
73+       "pkg_desc" : " compute sin(πx)"  ,
74+       "desc" : " computes sin(πx)"  ,
75+       "short_desc" : " sine"  ,
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+             64 ,
101+             27 ,
102+             0 ,
103+             0.1 ,
104+             -9 ,
105+             8 ,
106+             -1 ,
107+             125 ,
108+             -10.2 ,
109+             11.3 ,
110+             -12.4 ,
111+             3.5 ,
112+             -1.6 ,
113+             15.7 ,
114+             -16 ,
115+             17.9 ,
116+             -188 ,
117+             19.11 ,
118+             -200 ,
119+             21.15 
120+           ]
121+         }
122+       ],
123+       "output_policy" : " real_floating_point_and_generic"  ,
124+       "returns" : {
125+         "desc" : " function value"  ,
126+         "type" : {
127+           "javascript" : " number"  ,
128+           "jsdoc" : " number"  ,
129+           "c" : " double"  ,
130+           "dtype" : " float64" 
131+         }
132+       },
133+       "keywords" : [
134+         " sin"  ,
135+         " sine"  ,
136+         " pi"  ,
137+         " trig"  ,
138+         " trigonometry"  ,
139+         " radians"  ,
140+         " angle" 
141+       ],
142+       "extra_keywords" : [
143+         " math.sin" 
144+       ]
145+     }
146+   }
68147}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments