Skip to content

Instantly share code, notes, and snippets.

@samanzamani
Created April 7, 2019 09:21
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 samanzamani/1c11e8e1352417080cd837a28539e827 to your computer and use it in GitHub Desktop.
Save samanzamani/1c11e8e1352417080cd837a28539e827 to your computer and use it in GitHub Desktop.
void main() {
var num = 1.6176;
print((num*1000).ceil()/1000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment