Qalculate / libqalculate

Qalculate! library and CLI
https://qalculate.github.io/
GNU General Public License v2.0
1.81k stars 146 forks source link

Integer base conversion is very slow with high precision #708

Open Fabian42 opened 1 week ago

Fabian42 commented 1 week ago
> set precision 999
> 27 to base 16

  27 = 0x1B

> set precision 999999
Processing (press Enter to abort)..................................................

  27 = 0x1B
hanna-kn commented 1 week ago

Fixed (unnecessary precision base conversion calculation disabled for integers).