Skip to content

Instantly share code, notes, and snippets.

@akem3210
Created December 17, 2019 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akem3210/71e940f051e25d9c3b273002ba298f56 to your computer and use it in GitHub Desktop.
Save akem3210/71e940f051e25d9c3b273002ba298f56 to your computer and use it in GitHub Desktop.
akem@akem-HP:~$ ruby -e "puts Math.cos(4.1).round(2) * 100"
-56.99999999999999
akem@akem-HP:~$ ruby -e "puts Math.cos(4.2).round(2) * 100"
-49.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment