Contents
- Index
Values formats
Calculator accepts values in decimal (ex. 3.14), binary (ex. #b1101001), octal (ex. #o274) and hexadecimal (ex. #hF67D) formats.
For input value in hexadecimal, octal or binary format:
1. Press key [<-|] and next press key [3] to input "#" sign;
2. Press key [ALPHA] and next press:
a) key [MODE] to input hexadecimal value (sign "H");
b) key [EQW] to input octal value (sign "O");
c) key [F2] to input binary value (sign "B");
3. Input value using numeric keys;
To convert from one format to other use BIN(), OCT() and HEX() functions (available from menu after pressing [CAT] key).
Help Contents