We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02de57 commit 5b97839Copy full SHA for 5b97839
s1/angle.go
@@ -22,7 +22,7 @@ import (
22
// Angle represents a 1D angle. The internal representation is a double precision
23
// value in radians, so conversion to and from radians is exact.
24
// Conversions between E5, E6, E7, and Degrees are not always
25
-// exact. For example, Degrees(3.1) is different from E6(3100000) or E7(310000000).
+// exact. For example, Degrees(3.1) is different from E6(3100000) or E7(31000000).
26
//
27
// The following conversions between degrees and radians are exact:
28
0 commit comments