We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b3f09d8 + c2c1423 commit 24dd0f3Copy full SHA for 24dd0f3
1 file changed
sin_js.go
@@ -11,5 +11,5 @@ func Cos(x float32) float32 {
11
}
12
13
func Sin(x float32) float32 {
14
- return float32(stdmath.Cos(float64(x)))
+ return float32(stdmath.Sin(float64(x)))
15
0 commit comments