big_dec 0.2.1+21 copy "big_dec: ^0.2.1+21" to clipboard
big_dec: ^0.2.1+21 copied to clipboard

A library for big calculations.

0.2.1+21 #

  • Copilot helped me add new methods to the class
  • Gemini rewrote the README.md

0.2.0+20 #

  • Can now parse negative exponents in scientific notation when parsing from string

0.1.9+19 #

  • fromString now parses scientific notation

0.1.8+18 #

  • Updates and correction implemented by Gemini

0.1.7+17 #

  • pow clamping

0.1.6+16 #

  • Attempt to prevent overflow when working with infinitesimal numbers

0.1.5+15 #

  • More methods
  • Fixes

0.1.4+14 #

  • Added a couple more methods

0.1.3+13 #

  • Binary numbers and arithmetic to attempt to improve performance

0.1.2+12 #

  • Used gemini to attempt to make the library more performant by storing values as List<>

0.1.1+11 #

  • Remove the GPU functions. Turns out Gemini trricked me by wrapping my CPU functions in a functions with the name gpu on it

0.1.0+10 #

  • Now all functions return the resulting BigDec rather than some doing it and others modifying the object itself which was highly inconsitent.
  • Added GPU compute functions

0.0.9+9 #

  • Added abs() method

0.0.8+8 #

  • Asked gemini to make sure that the sqrt function works with big numbers rather than truncating the values

0.0.7+7 #

  • Update generated by Gemini to inherit the decimal precision

0.0.6+6 #

  • Largest precision inheritance fix

0.0.5+5 #

  • Added round method
  • Added ceil method
  • Added floor method
  • Added pow method
  • Added sqrt method
  • Fixed the toFixedAsString when the parameter is set to 0

0.0.4 #

  • Supposed to be more precise

0.0.3 #

  • Added getters to integer and decimal

0.0.2 #

  • Performace improvement to multiply and divide large numbers generated by Copilot

1.0.0 #

  • Initial version.
0
likes
120
points
14
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A library for big calculations.

Repository (GitHub)
View/report issues

License

GPL-3.0 (license)

More

Packages that depend on big_dec