PaddiM8 / kalker

Scientific calculator with math syntax that supports user-defined variables and functions, complex numbers, and estimation of derivatives and integrals
https://kalker.xyz
MIT License
1.64k stars 74 forks source link

Support hexadecimal numbers #77

Closed not-matthias closed 2 years ago

not-matthias commented 2 years ago

Hexadecimal numbers would make this really useful for programmers. This could also just be a function (hex(0x123ABC)).

PaddiM8 commented 2 years ago

This is now supported either by doing eg. 0xff or ff_16, and will be in the next release.

PaddiM8 commented 2 years ago

More extensive functionality is tracked at #80

not-matthias commented 2 years ago

Awesome, thank you!