Sunday, February 28, 2010
http://docs.google.com/support/bin/answer.py?hl=en&funcType=engineering&answer=82712
Function Syntax Description
Binary to decimal BIN2DEC(number)
Binary to hexadecimal BIN2HEX(number, places)
Binary to octal BIN2OCT(number, places)
Decimal to binary DEC2BIN(number, places)
Decimal to hexadecimal DEC2HEX(number, places)
Decimal to octal DEC2OCT(number, places)
Hexadecimal to binary HEX2BIN(number, places)
Hexadecimal to decimal HEX2DEC(number)
Hexadecimal to octal HEX2OCT(number, places)
Octal to binary OCT2BIN(number, places)
Octal to decimal OCT2DEC(number)
Octal to hexadecimal OCT2HEX(number, places)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment