Skip to content

Commit

Permalink
Merge pull request #4 from EngoEngine/typo-fix
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Noofbiz authored Jan 11, 2019
2 parents b3f09d8 + c2c1423 commit 24dd0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sin_js.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ func Cos(x float32) float32 {
}

func Sin(x float32) float32 {
return float32(stdmath.Cos(float64(x)))
return float32(stdmath.Sin(float64(x)))
}

0 comments on commit 24dd0f3

Please sign in to comment.