Skip to content

Commit 24dd0f3

Browse files
authored
Merge pull request #4 from EngoEngine/typo-fix
Fix typo
2 parents b3f09d8 + c2c1423 commit 24dd0f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sin_js.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ func Cos(x float32) float32 {
1111
}
1212

1313
func Sin(x float32) float32 {
14-
return float32(stdmath.Cos(float64(x)))
14+
return float32(stdmath.Sin(float64(x)))
1515
}

0 commit comments

Comments
 (0)