7451 - 7460 of 8567 for roots of equationsSearch Results
View search results from all Wolfram sites (55063 matches)
MLPutData()   (Mathematica MathLink C Function)
int MLPutData (MLINK link, const char *b, int count) puts count bytes from the buffer b to the MathLink connection specified by link.
MLPutRawData()   (Mathematica MathLink C Function)
int MLPutRawData (MLINK link, const unsigned char *d, int l) puts raw character data or numeric data from d of length l bytes to link.
MLPutSize()   (Mathematica MathLink C Function)
int MLPutSize (MLINK link, int len) specifies the length in bytes of the textual data to be put on link.
MLSetSignalHandler()   (Mathematica MathLink C Function)
int MLSetSignalHandler (MLENV env, int s, void *sa) installs the Unix signal handler detailed in the object sa for signal s in the MathLink library signal-handling mechanism.
MLSetYieldFunction()   (Mathematica MathLink C Function)
int MLSetYieldFunction (MLINK link, MLYieldFunctionObject yf) installs the yield function yf for the link referenced by link.
MLTransferExpression()   (Mathematica MathLink C Function)
int MLTransferExpression (MLINK dst, MLINK src) transfers an expression to destination link dst from source link src.
MLUnsetSignalHandler()   (Mathematica MathLink C Function)
int MLUnsetSignalHandler (MLENV env, int signum, void *f) removes the Unix signal-handler function f as a signal handler for signal signum from the MathLink library ...
MLErrorMessage()   (Mathematica MathLink C Function)
const char * MLErrorMessage (MLINK link) returns a character string describing the last error to occur on link.
mlextended_double   (Mathematica MathLink C Function)
mlextended_double is a MathLink type representing an extended-precision floating-point number.
mlint64   (Mathematica MathLink C Function)
mlint64 is a MathLink type for storing 64-bit integers.
1 ... 743|744|745|746|747|748|749 ... 857 Previous Next

...