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.
SQLDataTypeNames[conn] returns the names of data types that can be stored in an SQL connection.
SQLDropTable[conn, table] drops a table in an SQL connection.
SQLMemberQ[data, column] specifies a condition in an SQL query used to test whether an element of a list matches the value of a column.
$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.