Mathematica supports an extremely wide range of mathematical notation, although often it does not assign a predefined meaning to it. Thus, for example, you can enter an ...
Specifying patterns that involve alternatives. This defines h to give p when its argument is either a or b. The first two cases give p.
One of the most powerful aspects of graphics in Mathematica is the availability of three-dimensional as well as two-dimensional graphics primitives. By combining ...
Type the expression that will have an overscript. Type x. Create an overscript by pressing the Control key and the 7 key at the same time.
$DatabaseLinkDirectory gives the directory where DatabaseLink is installed.
JavaBlock -- release any Java objects created during evaluation once evaluation finishes, BeginJavaBlock, EndJavaBlock -- mark the beginning and end of a Java block, ...
AbortQ
(Mathematica LibraryLink C Function) mint AbortQ () returns TRUE if Mathematica is in the process of an abort.
Message
(Mathematica LibraryLink C Function) void Message (char*txt) issues a message from a library function.
mint MTensor_getFlattenedLength (MTensor t) gets the total number of elements in an MTensor.
NETObjectToExpression[netObject] converts the specified .NET object reference into its value as a "native" Mathematica expression.