Functions

hexdec

Supported By

Syntax

[the] hexdec of factor

hexdec ( expression )

Factor and expression yield strings.

Example

put hexdec("9F91102") into steve

Description

The hexdec function converts a real or complex number in hexadecimal, or base sixteen, to the same number in decimal, or base ten. For example, hex("2318") gives 8984.

See Also

dechex, bc, bindec, octdec