Skip to content

Commit 6304f71

Browse files
authored
Document that trigonometric expressions use radians (#13405)
1 parent 83f5361 commit 6304f71

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/style-spec/reference/v8.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -4706,7 +4706,7 @@
47064706
}
47074707
},
47084708
"sin": {
4709-
"doc": "Returns the sine of the input.",
4709+
"doc": "Returns the sine of the input, interpreted as radians.",
47104710
"group": "Math",
47114711
"sdk-support": {
47124712
"basic functionality": {
@@ -4717,7 +4717,7 @@
47174717
}
47184718
},
47194719
"cos": {
4720-
"doc": "Returns the cosine of the input.",
4720+
"doc": "Returns the cosine of the input, interpreted as radians.",
47214721
"group": "Math",
47224722
"sdk-support": {
47234723
"basic functionality": {
@@ -4728,7 +4728,7 @@
47284728
}
47294729
},
47304730
"tan": {
4731-
"doc": "Returns the tangent of the input.",
4731+
"doc": "Returns the tangent of the input, interpreted as radians.",
47324732
"group": "Math",
47334733
"sdk-support": {
47344734
"basic functionality": {
@@ -4739,7 +4739,7 @@
47394739
}
47404740
},
47414741
"asin": {
4742-
"doc": "Returns the arcsine of the input.",
4742+
"doc": "Returns the arcsine of the input, in radians between −π/2 and π/2.",
47434743
"group": "Math",
47444744
"sdk-support": {
47454745
"basic functionality": {
@@ -4750,7 +4750,7 @@
47504750
}
47514751
},
47524752
"acos": {
4753-
"doc": "Returns the arccosine of the input.",
4753+
"doc": "Returns the arccosine of the input, in radians between −π/2 and π/2.",
47544754
"group": "Math",
47554755
"sdk-support": {
47564756
"basic functionality": {
@@ -4761,7 +4761,7 @@
47614761
}
47624762
},
47634763
"atan": {
4764-
"doc": "Returns the arctangent of the input.",
4764+
"doc": "Returns the arctangent of the input, in radians between −π/2 and π/2.",
47654765
"group": "Math",
47664766
"sdk-support": {
47674767
"basic functionality": {

0 commit comments

Comments
 (0)