|
SOLUTIONS
|
MATHEMATICA MATHLINK C FUNCTION
MLPutInteger()
int MLPutInteger(MLINK link, int i)
puts the integer i to the MathLink connection specified by link.
DetailsDetails
- You can send arbitrary-precision integers to Mathematica by giving lists of digits, then converting them to numbers using FromDigits.
- MLPutInteger() is equivalent to MLPutInteger32().
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
