PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
MathLink C Language Functions
>
MathLink
C Function
mlextended_double
mlextended_double
is a
MathLink
type representing an extended-precision floating-point number.
MORE INFORMATION
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
.
SEE ALSO
MLGetReal128()
MLPutReal128()
TUTORIALS
MathLink
C API Developer Guide (Mac OS X)
MathLink
C API Developer Guide (Unix and Linux)
MathLink
C API Developer Guide (Windows)
© 2008 Wolfram Research, Inc.