base2dec
Convert text representation of base-n
integer to double value
Syntax
Description
converts the base-D
= base2dec(baseStr
,n
)n
integer represented by
baseStr
to the equivalent decimal number and returns it as a
double-precision floating-point value.
If baseStr
represents an integer greater than or equal to
flintmax
, then base2dec
might not represent it
exactly as a floating-point value.