Skip to content

Instantly share code, notes, and snippets.

@panthe
Created January 2, 2020 09:50
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 panthe/20cbfc020c266fdb9635eab8928c7e96 to your computer and use it in GitHub Desktop.
Save panthe/20cbfc020c266fdb9635eab8928c7e96 to your computer and use it in GitHub Desktop.
Dart Test
void main() {
double x = 318191400000;
double result =x*x;
print(result);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment