e 1.0.0 copy "e: ^1.0.0" to clipboard
e: ^1.0.0 copied to clipboard

Comprehensive set of tools for working with Euler's number

example/e_example.dart

import 'package:e/e.dart';

void main() {
  final e = E();

  // Value of e
  print(e);

  // Do math :)
  print(e.pow(2));
  print(e * 2);
}
0
likes
160
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

Comprehensive set of tools for working with Euler's number

Repository (GitHub)
View/report issues

Topics

#math #eulers #number

Documentation

API reference

License

MIT (license)

More

Packages that depend on e