* Return a function expression, but the caller is responsible for making * sure that the arguments are canonical. * * Unlike `ce.function()`, the operator of the result is the name argument. * Calling this function directly is potentially unsafe, as it bypasses * the canonicalization
(
name: MathJsonSymbol,
ops: ReadonlyArray<Expression>,
options?: { metadata?: Metadata; canonical?: boolean; scope?: Scope }
)
| 1941 | * - `atan()` |
| 1942 | * - `cosh()` |
| 1943 | * - `sinh()` |
| 1944 | * - `acosh()` |
| 1945 | * - `asinh()` |
| 1946 | * - `atanh()` |
| 1947 | * |
| 1948 | * - `isFinite()` |
| 1949 | * - `isInteger()` |
| 1950 | * - `isNaN()` |
| 1951 | * - `isNegative()` |
| 1952 | * - `isPositive()` |
| 1953 | * - `isZero()` |
| 1954 | * - `sign()` (1, 0 or -1) |