Interface MathFunctions


@Deprecated(forRemoval=true) public interface MathFunctions
Deprecated, for removal: This API element is subject to removal in a future version.
Please use the ordinals of CSSMathFunctionValue.MathFunction constants instead.
Index of CSS mathematical functions.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for abs() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for acos() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for asin() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for atan() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for atan2() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for clamp() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for cos() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for exp() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for hypot() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for hypot2() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    The number of indexes.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for log() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for max() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for min() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for mod() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for pow() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for rem() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for round() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for sign() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for sin() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for sqrt() function.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Index for tan() function.
  • Field Details

    • ABS

      static final int ABS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for abs() function.
    • CLAMP

      static final int CLAMP
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for clamp() function.
    • MAX

      static final int MAX
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for max() function.
    • MIN

      static final int MIN
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for min() function.
    • ROUND

      static final int ROUND
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for round() function.
    • MOD

      static final int MOD
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for mod() function.
    • REM

      static final int REM
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for rem() function.
    • HYPOT

      static final int HYPOT
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for hypot() function.
    • HYPOT2

      static final int HYPOT2
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for hypot2() function.
    • LOG

      static final int LOG
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for log() function.
    • EXP

      static final int EXP
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for exp() function.
    • SQRT

      static final int SQRT
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for sqrt() function.
    • POW

      static final int POW
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for pow() function.
    • SIGN

      static final int SIGN
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for sign() function.
    • SIN

      static final int SIN
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for sin() function.
    • COS

      static final int COS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for cos() function.
    • TAN

      static final int TAN
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for tan() function.
    • ASIN

      static final int ASIN
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for asin() function.
    • ACOS

      static final int ACOS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for acos() function.
    • ATAN

      static final int ATAN
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for atan() function.
    • ATAN2

      static final int ATAN2
      Deprecated, for removal: This API element is subject to removal in a future version.
      Index for atan2() function.
    • INDEX_COUNT

      static final int INDEX_COUNT
      Deprecated, for removal: This API element is subject to removal in a future version.
      The number of indexes.