Manuals/calci/BIN2OCT
Jump to navigation
Jump to search
BIN2OCT(num, p)
Where 'num' is the binary number want to convert, and 'p' is the number of characters to use.
This function converts a binary number to octal.
- num' must be a binary number.
- BIN2HEX returns the error value, when 'num' contains more than 10 characters (10 bits).
- If number is negative, BIN2HEX shows NAN(error) value.
- If places is not an integer, it is truncated.
- BIN2HEX returns the error value, when places are nonnumeric or negative.
BIN2OCT
BIN2OCT(num, p)
=BIN2OCT(1100100) is 144
Syntax
Remarks
Examples
Description
Column1 | Column2 | Column3 | Column4 | |
Row1 | 1100100 | 144 | ||
Row2 | ||||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |