JacobiSC
JacobiSC[u, m] gives the Jacobi elliptic function sc(u|m).
Examples
Evaluate at a point:
JacobiSC[0.5, 0.3]Plot the function:
Plot[JacobiSC[u, 0.5], {u, 0, 4}]Relation to other Jacobi functions:
JacobiSC[u, m] == JacobiSN[u, m]/JacobiCN[u, m]Please visit the official Wolfram Language Reference for more details.