As discussed in "The Structure of Graphics and Sound", Mathematica includes a full graphics programming language. In this language, you can set up many different kinds of ...
MathLink allows you to exchange data of any type with external programs. For more common types of data, you simply need to give appropriate :ArgumentTypes: or :ReturnType: ...
Numerical solution of differential equations. This generates a numerical solution to the equation y^′(x)y(x) with 0<x<2. The result is given in terms of an ...
HoldFirst is an attribute which specifies that the first argument to a function is to be maintained in an unevaluated form.
Message
(Mathematica LibraryLink C Function) void Message (char*txt) issues a message from a library function.
AddEventHandler[obj@event, func] assigns the specified Mathematica function func to be called when the given event event fires.
EllipticNomeQ[m] gives the nome q corresponding to the parameter m in an elliptic function.
All the functionality of NumericalMath`NIntegrateInterpolatingFunct`is now available in the newly created Function Approximations Package.
Widely recognized as the world's most powerful list manipulation language, Mathematica added in Version 6.0 a number of important new functions. Each function was carefully ...
InverseGammaRegularized[a, s] gives the inverse of the regularized incomplete gamma function.