big_dec 0.1.2+12
big_dec: ^0.1.2+12 copied to clipboard
A library for big calculations.
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.