Philip Dubé
|
bf7794e1a8
|
Optimize NumDigits method (#356)
|
2024-04-04 16:14:38 +02:00 |
|
Mateusz Woś
|
78289cc844
|
Add improved implementation of power operation (#358)
* Adjust Pow implementation
* Add PowWithPrecision method
* Add PowInt32 method
* Add PowBigInt method
|
2024-04-03 00:16:27 +02:00 |
|
Mateusz Woś
|
46544472a5
|
Add implementation of natural exponent function (Taylor, Hull-Abraham) (#229)
* Add implementation of natural exponent function (Taylor, Hull-Abraham)
* Update docs
* Improve docs, handle multithreading race condition in exp method
|
2021-10-11 18:39:38 +02:00 |
|
nknordeen
|
0cada0bdfe
|
optimize NewFromString a bit (#198)
* optimize NewFromString a bit
* add benchmark for large number
Co-authored-by: Nicholas Nordeen <nnordeen@fanatics.com>
|
2021-01-09 23:15:12 -05:00 |
|
Mateusz Woś
|
6fe01c1abd
|
Implement IsInteger method (#179)
|
2020-07-01 01:20:32 +02:00 |
|
Jason Biegel
|
6c07c6ca86
|
remove 15 interval RoundCash (#166)
* remove 15 interval RoundCash
* update function doc
* Remove comments and benchmark referring interval 15
Co-authored-by: Mateusz Woś <wos.mateusz16@gmail.com>
|
2020-02-25 19:44:03 -05:00 |
|
Mateusz Woś
|
408a2507e1
|
Remove unnecessary decimal rescaling - memory usage optimization (#160)
* Remove unnecessary decimal rescaling
* Move benchmarks to separate file, add new benchmark tests
|
2020-01-06 00:12:15 +01:00 |
|