This calculator helps you add octal numbers, including fractional and negative values and displays the result in both octal and decimal formats.
The octal number system, known as base-8, uses digits from 0 to 7. Each digit in an octal number represents a power of 8, making it a compact way to represent binary values commonly used in computing.
1 2 3 + 5 2 7 ------ 6 5 2
So, in octal 1238 + 5278 = 6528.Note; if the sum in any column is 8 or more, you will carry the value to the next column, just like you would carry in decimal addition if the sum is 10 or more.