extended_math icon indicating copy to clipboard operation
extended_math copied to clipboard

Library that add functionality of all maths sections that don't exist in dart:math

Results 6 extended_math issues
Sort by recently updated
recently updated
newest added

This PR resolves all issues preventing the package from achieving sound null safety and makes in compatible with dart3.

"The library 'package:extended_math/extended_math.dart' is legacy, and should not be imported into a null safe library."

RangeError subject to ordinalRank == 0 https://github.com/YevhenKap/extended_math/blob/eea5b2bbb1734648018f6d0f5ce3beddbace424d/lib/src/applied_mathematics/statistic/quantiles/percentile.dart#L36

First only upgrade the dependencies. Even though quiver is now null-safe and has had some breaking changes, none of those breaking changes should affect extended_math.

Hello, First of all, congratulations for the project. I've been working in a library called SciDart (https://scidart.org/) since 2019 and I think our works have the same propose: bring scientific...

Quiver bumped their version number to 3.0.0 with null safety and removal of deprecated APIs. If no deprecated functions are used by extended_math, than a simple number change in the...