|
SOLUTIONS
|
MATHEMATICA MATHLINK C FUNCTION
MLPutReal()
int MLPutReal(MLINK link, double x)
puts the floating-point number x to the MathLink connection specified by link.
DetailsDetails
- You can send arbitrary-precision real numbers to Mathematica by giving lists of digits, then converting them to numbers using FromDigits.
- MLPutReal() is normally equivalent to MLPutDouble() and MLPutReal64().
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
