@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable math_cbrtConst

    math_cbrt: (x: number) => number = ...

    alias for Math.cbrt.

    Type declaration

      • (x: number): number
      • Returns an implementation-dependent approximation to the cube root of number.

        Parameters

        • x: number

          A numeric expression.

        Returns number