Packages

object numeric extends NumericUtils

Linear Supertypes
NumericUtils, HideToString, MathUtils, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. numeric
  2. NumericUtils
  3. HideToString
  4. MathUtils
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait SameNumericTypeHandler[R] extends AnyRef
    Attributes
    protected
    Definition Classes
    MathUtils
  2. trait SameNumericTypeHandlerForPromotingMathOp extends SameNumericTypeHandlerReturningNumber
    Attributes
    protected
    Definition Classes
    MathUtils
  3. trait SameNumericTypeHandlerReturningNumber extends SameNumericTypeHandler[Number]
    Attributes
    protected
    Definition Classes
    MathUtils

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def abs(a: Number): Number
    Definition Classes
    NumericUtils
    Annotations
    @Documentation() @GenericType()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def ceil(a: Double): Double
    Definition Classes
    NumericUtils
    Annotations
    @Documentation()
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def divide(n1: Number, n2: Number): Number
    Definition Classes
    NumericUtils → MathUtils
    Annotations
    @GenericType()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equal(n1: Number, n2: Number): Boolean
    Definition Classes
    MathUtils
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def floor(a: Double): Double
    Definition Classes
    NumericUtils
    Annotations
    @Documentation()
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def greater(n1: Number, n2: Number): Boolean
    Definition Classes
    MathUtils
  15. def greaterOrEqual(n1: Number, n2: Number): Boolean
    Definition Classes
    MathUtils
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def largeFloatingSum(n1: Number, n2: Number): Number
    Definition Classes
    MathUtils
    Annotations
    @Hidden()
  19. def largeSum(n1: Number, n2: Number): Number
    Definition Classes
    NumericUtils → MathUtils
    Annotations
    @GenericType()
  20. def lesser(n1: Number, n2: Number): Boolean
    Definition Classes
    MathUtils
  21. def lesserOrEqual(n1: Number, n2: Number): Boolean
    Definition Classes
    MathUtils
  22. def max(n1: Number, n2: Number): Number
    Definition Classes
    NumericUtils → MathUtils
    Annotations
    @GenericType()
  23. def min(n1: Number, n2: Number): Number
    Definition Classes
    NumericUtils → MathUtils
    Annotations
    @GenericType()
  24. def minus(n1: Number, n2: Number): Number
    Definition Classes
    NumericUtils → MathUtils
    Annotations
    @GenericType()
  25. def multiply(n1: Number, n2: Number): Number
    Definition Classes
    NumericUtils → MathUtils
    Annotations
    @GenericType()
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def negate(n1: Number): Number
    Definition Classes
    NumericUtils → MathUtils
    Annotations
    @GenericType()
  28. def notEqual(n1: Number, n2: Number): Boolean
    Definition Classes
    MathUtils
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def plus(n1: Number, n2: Number): Number
    Definition Classes
    NumericUtils → MathUtils
    Annotations
    @GenericType()
  32. def pow(a: Double, b: Double): Double
    Definition Classes
    NumericUtils
    Annotations
    @Documentation()
  33. def remainder(n1: Number, n2: Number): Number
    Definition Classes
    NumericUtils → MathUtils
    Annotations
    @GenericType()
  34. def round(a: Double): Double
    Definition Classes
    NumericUtils
    Annotations
    @Documentation()
  35. def sum(n1: Number, n2: Number): Number
    Definition Classes
    NumericUtils → MathUtils
    Annotations
    @GenericType()
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toNumber(stringOrNumber: Any): Number
    Definition Classes
    NumericUtils
    Annotations
    @Documentation() @GenericType()
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withNotNullValues(n1: Number, n2: Number)(f: ⇒ Number)(implicit promotionStrategy: ReturningSingleClassPromotionStrategy): Number
    Attributes
    protected
    Definition Classes
    MathUtils
  43. def withValuesWithTheSameType[R](n1: Number, n2: Number)(handler: SameNumericTypeHandler[R])(implicit promotionStrategy: ReturningSingleClassPromotionStrategy): R
    Attributes
    protected
    Definition Classes
    MathUtils

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from NumericUtils

Inherited from HideToString

Inherited from MathUtils

Inherited from AnyRef

Inherited from Any

Ungrouped