numeric_utils 0.4.4
numeric_utils: ^0.4.4 copied to clipboard
Provides extensions and utility functions for working with numeric types in Dart, including Rational and BigInt.
Numeric Utils Examples #
This directory contains examples for the numeric_utils Dart library.
Running Examples #
To run these examples:
- Navigate to the
example/directory. - Run
dart pub getto install dependencies. - Run the desired example file using
dart run <example_file_name>.dart.
Examples #
- basic_usage.dart: Demonstrates basic usage of the library.
- common_use_case.dart: Shows common use cases like rounding prices and measurements.
- edge_cases.dart: Demonstrates how to handle edge cases and errors.
- advanced_features.dart: Showcases advanced features like custom formatting and halfEven rounding.