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

    Variable math_atanConst

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

    alias for Math.atan.

    Type declaration

      • (x: number): number
      • Returns the arctangent of a number.

        Parameters

        • x: number

          A numeric expression for which the arctangent is needed.

        Returns number