The integral (integer) part of the logarithm. It depends on the position of the decimal point.
1. If N > 1: Characteristic = (Number \text{ of } digits before decimal) - 1
2. If 0 < N < 1: Characteristic = -(Number \text{ of } zeros before first non-zero digit + 1). Often written with a \bar, e.g., $\bar 1, \bar 2$.
Num: 456789.23Char: 6 - 1
Step: Digits before decimal = 6
Calc: 6 - 1 = 5
Decimal is after 9 (pos 6). Standard form: 4.56...Γ105.
Num: 0.00567Char: -(2 + 1)
Step: Zeros after decimal = 2
Calc: -(2 + 1) = -3 (\bar{3})
First non-zero is 5 at 3rd decimal place. Standard form: 5.67Γ10β3.
Num: 27.5Char: 2 - 1
Step: Digits before decimal = 2
Calc: 2 - 1 = 1
Decimal after 7 (pos 2). Standard form: 2.75Γ101.
Num: 0.85Char: -(0 + 1)
Step: Zeros after decimal = 0
Calc: -(0 + 1) = -1 (\bar {1})
First non-zero is 8 at 1st decimal place. Standard form: 8.5Γ10β1.