Added Finance Utility. Currently includes Loan and Investment tools.
Added Text Converter Utility. Converts between different text formats such as Hex (UTF8) and Unicode.
Added Bit Operators: band (Bit And) bor (Bit Or) bxor (Bit Xor) bnand (Bit Nand) bnor (Bit Nor) bxnor (Bit Xnor)
Added Bit Functions: bnot(input, bitLength) Bit Not bshl(input, noOfBitsToShift, *bitLength) Bit Shift Left bshr(input, noOfBitsToShift) Bit Shift Right brotl(input, noOfBitsToRotate, bitLength) Bit Rotate Left brotr(input, noOfBitsToRotate, bitLength) Bit Rotate Right
Auto-convert and display results to common radixes (binary, octal, decimal, hexadecimal) by holding down the shift key in addition to pressing enter/return when evaluating expressions
Added a Quick Launch Button Bar to the main calculator window.
Quick reference has been updated to "Help"
New rule, spaces are no longer allowed in numbers. for example, "10 000" is not allowed
Changed cmd/ctrl T to open the Text Converter and cmd/ctrl M will now switch between tiny and full modes
Added Stone to weight conversions
Upgraded to Unicode. Note this means Calculator will not run on older systems not supporting unicode such as MS Windows 95/98/ME.