Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > MathLink C Language Functions >
MathLink C Function

mlextended_double

mlextended_double
is a MathLink type representing an extended-precision floating-point number.
  • If your computer system and compiler support extended-precision floating-point numbers then mlextended_double is a C long double.
  • On computer systems that do not support the C long double, mlextended_double is a struct{unsigned short arr[5];}.
  • mlextended_double is declared in the MathLink header file mathlink.h.
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team