Skip to content

Instantly share code, notes, and snippets.

@samanzamani
Created April 7, 2019 09:21
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