Hash
(Built-in Mathematica Symbol) Hash[expr] gives an integer hash code for the expression expr.Hash[expr, " type"] gives an integer hash code of the specified type for expr.
Hypergeometric2F1Regularized[a, b, c, z] is the regularized hypergeometric function \[Null]_2 F_1 (a, b; c; z)/\[CapitalGamma](c).
Log2
(Built-in Mathematica Symbol) Log2[x] gives the base-2 logarithm of x.
NHoldRest is an attribute which specifies that all but the first argument to a function should not be affected by N.
StruveH
(Built-in Mathematica Symbol) StruveH[n, z] gives the Struve function H n (z).
StruveL
(Built-in Mathematica Symbol) StruveL[n, z] gives the modified Struve function L n (z).
SQLBeginTransaction[conn] initiates an SQL transaction.
SQLCommitTransaction[conn] commits an SQL transaction.
SQLDropTable[conn, table] drops a table in an SQL connection.
SQLDropTable drops tables from a database. An alternative, using raw SQL, is demonstrated in "Dropping Tables with Raw SQL". If you find that the examples in this tutorial do ...