power_extensions 0.1.1 copy "power_extensions: ^0.1.1" to clipboard
power_extensions: ^0.1.1 copied to clipboard

Extensions for the core dart language classes.

Core Extensions #

This package contains useful extensions for the dart language core classes

Features #

BigInt #

The BigIntExtension class contains the following methods:

  • precision
  • powerOfTen
  • isPowerOfTen
  • scale
  • significandString
  • significand
  • significandLength

Getting started #

Simply import the package and use the core_extensions libray or the big_int_extension one (at present it is the only one).

Usage #

BigInt.from(-1000000001).isPowerOfTen;

See the example folder for more examples

Additional information #

File issues on the github repository

0
likes
0
pub points
62%
popularity

Publisher

unverified uploader

Extensions for the core dart language classes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on power_extensions