Difference between revisions of "Manuals/calci/BIN2OCT"
Jump to navigation
Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font color="#000000"><font face="Arial, sans-serif"><font size="2">'''BIN2OCT'''</font></font><font face="Arial, sans-...") |
|||
Line 1: | Line 1: | ||
− | + | =BIN2OCT(number,places)= | |
− | + | *Where 'number' is a binary number to be converted and | |
+ | *'places' is the number of characters to be used to display the output. | ||
− | + | BIN2OCT converts a binary number to its octal equivalent. | |
− | |||
− | |||
− | + | == Description == | |
− | + | *'number' must be a binary number. | |
− | |||
− | |||
− | * | + | *Calci returns an #ERROR message if 'number' contains more than 10 characters (10 bits). |
− | * | + | *If 'number' is negative, BIN2HEX shows an #ERROR message. |
− | * | + | *If 'places' is not an integer, it is truncated. |
− | * | + | *Calci returns an #ERROR message if 'places' are nonnumeric or negative. |
− | |||
− | |||
</div> | </div> |
Revision as of 21:05, 15 November 2013
BIN2OCT(number,places)
- Where 'number' is a binary number to be converted and
- 'places' is the number of characters to be used to display the output.
BIN2OCT converts a binary number to its octal equivalent.
Description
- 'number' must be a binary number.
- Calci returns an #ERROR message if 'number' contains more than 10 characters (10 bits).
- If 'number' is negative, BIN2HEX shows an #ERROR message.
- If 'places' is not an integer, it is truncated.
- Calci returns an #ERROR message if '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 |