Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Number Digits >

FromDigits

Updated In 6 Graphic
FromDigits[list]
constructs an integer from the list of its decimal digits.
FromDigits[list, b]
takes the digits to be given in base b.
FromDigits["string"]
constructs an integer from a string of digits.
FromDigits["string", "Roman"]
constructs an integer from Roman numerals.
  • The digits in list and the base b need not be positive integers, and can be any expression.  »
  • If Indeterminate appears in list, it is assumed to signify unknown digits beyond the precision of an approximate real number.  »
  • FromDigits["string", b] takes the digits in "string" to be given in base b.
  • In FromDigits["string", b], digits above 9 can be represented by letters a-z or A-Z.
New in 3 | Last modified in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team