2541 - 2550 of 2941 for algebraic numberSearch Results
View search results from all Wolfram sites (59275 matches)
MLPutReal32Array()   (Mathematica MathLink C Function)
int MLPutReal32Array (MLINK link, float *a, int *dims, char ** heads, int d) puts an array of single-precision floating-point numbers to the MathLink connection specified by ...
MLPutReal32List()   (Mathematica MathLink C Function)
int MLPutReal32List (MLINK link, float *a, int n) puts a list of n single-precision floating-point numbers starting from location a to the MathLink connection specified by ...
MLPutReal64Array()   (Mathematica MathLink C Function)
int MLPutReal64Array (MLINK link, double *a, int *dims, char ** heads, int d) puts an array of double-precision floating-point numbers to the MathLink connection specified by ...
MLPutReal64List()   (Mathematica MathLink C Function)
int MLPutReal64List (MLINK link, double *a, int n) puts a list of n double-precision floating-point numbers starting from location a to the MathLink connection specified by ...
MLReleaseReal128List()   (Mathematica MathLink C Function)
void MLReleaseReal128List (MLINK link, long double *a, int n) disowns memory allocated by MLGetReal128List() to store the array a of length n.
MLReleaseReal32List()   (Mathematica MathLink C Function)
void MLReleaseReal32List (MLINK link, float *a, int n) disowns memory allocated by MLGetReal32List() to store the array a of length n.
MLReleaseReal64List()   (Mathematica MathLink C Function)
void MLReleaseReal64List (MLINK link, double *a, int n) disowns memory allocated by MLGetReal64List() to store the array a of length n.
MLAbort   (Mathematica MathLink C Function)
int MLAbort is a global variable set when a program created using mcc or mprep has been sent an abort message.
MLPutInteger()   (Mathematica MathLink C Function)
int MLPutInteger (MLINK link, int i) puts the integer i to the MathLink connection specified by link.
General::nalg   (Mathematica Message)
General::nalg
1 ... 252|253|254|255|256|257|258 ... 295 Previous Next

...