0 purchases
dart numerics
dart-numerics #
dart-numerics is an ultimate mathematical package inspired by .NET analogue,
aiming to provide methods and algorithms for numerical computations in science,
engineering and every day use.
Usage #
A simple usage example:
import 'package:dart_numerics/dart_numerics.dart' as numerics;
main() {
print(numerics.acosh(numerics.pi / 2));
}
copied to clipboard
Features and bugs #
Please file feature requests and bugs at the issue tracker.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.