MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / _fn

Method _fn

src/compute-engine/index.ts:1943–1951  ·  view source on GitHub ↗

* 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 }
  )

Source from the content-addressed store, hash-verified

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)

Callers 1

holdMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected