mingo
    Preparing search index...
    • Processes a trigonometric operator on a value with special handling for fixed points.

      Parameters

      • obj: AnyObject

        The object containing the value to process

      • expr: unknown

        The expression to evaluate

      • options: Options

        Options for computation

      • fn: Callback<number>

        Callback function to apply on the computed value

      • OptionalfixedPoints: Record<string, number | Error>

        Optional map of fixed point values to handle specially (defaults to FIXED_POINTS)

      Returns number

      The result of applying the trigonometric operation, or null

      When trying to apply operation on invalid fixed points