JacobiSC[u, m] gives the Jacobi elliptic function sc(u | m).
The default behavior for a function in Mathematica is carefully chosen to be suitable for the vast majority of cases. Mathematica also gives you fine-grained control over the ...
Composition[f_1, f_2, f_3, ...] represents a composition of the functions f_1, f_2, f_3, ....
LogGamma[z] gives the logarithm of the gamma function log \[CapitalGamma](z).
The Mathematica system provides a convenient way to call functions in external C and other programs. With a .tm template specifying Mathematica functions corresponding to ...
Mod
(Built-in Mathematica Symbol) Mod[m, n] gives the remainder on division of m by n. Mod[m, n, d] uses an offset d.
JacobiDS[u, m] gives the Jacobi elliptic function ds(u | m).
JacobiSD[u, m] gives the Jacobi elliptic function sd(u | m).
Xnor
(Built-in Mathematica Symbol) Xnor[e_1, e_2, ...] is the logical XNOR (not XOR) function. It gives True if an even number of the e_i are True, and the rest are False. It gives False if an odd number of ...
Hypergeometric1F1[a, b, z] is the Kummer confluent hypergeometric function \[Null]_1 F_1 (a; b; z).