ZIP
(Mathematica Import/Export Format) Registered MIME type: application/zip Popular data compression and archival format. Used to reduce storage space and transfer times. Binary format. Can contain multiple ...
And
(Built-in Mathematica Symbol) e_1 && e_2 && ... is the logical AND function. It evaluates its arguments in order, giving False immediately if any of them are False, and True if they are all True.
ArithmeticGeometricMean[a, b] gives the arithmetic-geometric mean of a and b.
Or
(Built-in Mathematica Symbol) e_1 || e_2 || ... is the logical OR function. It evaluates its arguments in order, giving True immediately if any of them are True, and False if they are all False.
DSolve returns a general solution for a problem if no initial or boundary conditions are specified. The general solution to this equation is returned. However, if initial or ...
Exp
(Built-in Mathematica Symbol) Exp[z] gives the exponential of z.
TimeValue[s, i, t] calculates the time value of a security s at time t for an interest specified by i.
Mathematica notebooks support a variety of input and output styles. You can write input using the characters from the standard keyboard. Alternately, you can write input in ...
JacobiSN[u, m] gives the Jacobi elliptic function sn(u | m).
SkeletonTransform[image] gives the skeleton transform of image, in which the value of each skeleton pixel is its distance to the nearest background ...