MLPutReal (C Function)
MLPutReal has been replaced by WSPutReal.
int MLPutReal(MLINK link,double x)
puts the floating-point number x to the MathLink connection specified by link.
Details

- You can send arbitrary-precision real numbers to the Wolfram Language by giving lists of digits, then converting them to numbers using FromDigits.
- MLPutReal() is normally equivalent to MLPutDouble() and MLPutReal64().
See Also
C Functions: MLPutRealList() MLPutFloat() MLPutDouble()
History
Introduced in 1996 (3.0) | Updated in 2007 (6.0)