Skip to content

Instantly share code, notes, and snippets.

@samanzamani
Created April 7, 2019 09:19
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/eadf0d9b3d9649086cb872af70eab519 to your computer and use it in GitHub Desktop.
Save samanzamani/eadf0d9b3d9649086cb872af70eab519 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