Bitbybit Docs
    Bereite Suchindex vor...

    Aufzählung mathOneNrOperatorEnum (Inputs.Math)

    The operation applied to a single number: absolute, negate, natural and base-10 logarithms, powers of ten, rounding up, down or to nearest, square root, the trigonometric functions and their inverses, exponential, and conversion between radians and degrees. Note that the trigonometric functions work in radians - use radToDeg and degToRad at the boundary, because almost every angle a user types is in degrees.

    Index

    Aufzählungselemente

    absolute: "absolute"
    negate: "negate"
    ln: "ln"
    log10: "log10"
    tenPow: "tenPow"
    round: "round"
    floor: "floor"
    ceil: "ceil"
    sqrt: "sqrt"
    sin: "sin"
    cos: "cos"
    tan: "tan"
    asin: "asin"
    acos: "acos"
    atan: "atan"
    log: "log"
    exp: "exp"
    radToDeg: "radToDeg"
    degToRad: "degToRad"