Skip to content

Instantly share code, notes, and snippets.

@benznest
Created March 17, 2019 08:31
Show Gist options
  • Save benznest/cdc15776115974311162397e6d165a57 to your computer and use it in GitHub Desktop.
Save benznest/cdc15776115974311162397e6d165a57 to your computer and use it in GitHub Desktop.
Importing in Dart
import 'dart:math';
main(){
double value = log(2);
print(value); // 0.6931471805599453
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment