Commit 6304f71 1 parent 83f5361 commit 6304f71 Copy full SHA for 6304f71
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4706
4706
}
4707
4707
},
4708
4708
"sin" : {
4709
- "doc" : " Returns the sine of the input." ,
4709
+ "doc" : " Returns the sine of the input, interpreted as radians ." ,
4710
4710
"group" : " Math" ,
4711
4711
"sdk-support" : {
4712
4712
"basic functionality" : {
4717
4717
}
4718
4718
},
4719
4719
"cos" : {
4720
- "doc" : " Returns the cosine of the input." ,
4720
+ "doc" : " Returns the cosine of the input, interpreted as radians ." ,
4721
4721
"group" : " Math" ,
4722
4722
"sdk-support" : {
4723
4723
"basic functionality" : {
4728
4728
}
4729
4729
},
4730
4730
"tan" : {
4731
- "doc" : " Returns the tangent of the input." ,
4731
+ "doc" : " Returns the tangent of the input, interpreted as radians ." ,
4732
4732
"group" : " Math" ,
4733
4733
"sdk-support" : {
4734
4734
"basic functionality" : {
4739
4739
}
4740
4740
},
4741
4741
"asin" : {
4742
- "doc" : " Returns the arcsine of the input." ,
4742
+ "doc" : " Returns the arcsine of the input, in radians between −π/2 and π/2 ." ,
4743
4743
"group" : " Math" ,
4744
4744
"sdk-support" : {
4745
4745
"basic functionality" : {
4750
4750
}
4751
4751
},
4752
4752
"acos" : {
4753
- "doc" : " Returns the arccosine of the input." ,
4753
+ "doc" : " Returns the arccosine of the input, in radians between −π/2 and π/2 ." ,
4754
4754
"group" : " Math" ,
4755
4755
"sdk-support" : {
4756
4756
"basic functionality" : {
4761
4761
}
4762
4762
},
4763
4763
"atan" : {
4764
- "doc" : " Returns the arctangent of the input." ,
4764
+ "doc" : " Returns the arctangent of the input, in radians between −π/2 and π/2 ." ,
4765
4765
"group" : " Math" ,
4766
4766
"sdk-support" : {
4767
4767
"basic functionality" : {
You can’t perform that action at this time.
0 commit comments