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.
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team