object OperatorPow extends Operator

Operator that exponentiates two numbers.

Linear Supertypes
Operator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OperatorPow
  2. Operator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def **(num1: Double, num2: Double): Double
  4. def **(num1: Double, num2: Float): Double
  5. def **(num1: Double, num2: Long): Double
  6. def **(num1: Double, num2: Integer): Double
  7. def **(num1: Double, num2: Short): Double
  8. def **(num1: Double, num2: Byte): Double
  9. def **(num1: Float, num2: Double): Double
  10. def **(num1: Float, num2: Float): Double
  11. def **(num1: Float, num2: Long): Double
  12. def **(num1: Float, num2: Integer): Double
  13. def **(num1: Float, num2: Short): Double
  14. def **(num1: Float, num2: Byte): Double
  15. def **(num1: Long, num2: Double): Double
  16. def **(num1: Long, num2: Float): Double
  17. def **(num1: Long, num2: Long): Long
  18. def **(num1: Long, num2: Integer): Long
  19. def **(num1: Long, num2: Short): Long
  20. def **(num1: Long, num2: Byte): Long
  21. def **(num1: Integer, num2: Double): Double
  22. def **(num1: Integer, num2: Float): Double
  23. def **(num1: Integer, num2: Long): Long
  24. def **(num1: Integer, num2: Integer): Integer
  25. def **(num1: Integer, num2: Short): Integer
  26. def **(num1: Integer, num2: Byte): Integer
  27. def **(num1: Short, num2: Double): Double
  28. def **(num1: Short, num2: Float): Double
  29. def **(num1: Short, num2: Long): Long
  30. def **(num1: Short, num2: Integer): Integer
  31. def **(num1: Short, num2: Short): Integer
  32. def **(num1: Short, num2: Byte): Integer
  33. def **(num1: Byte, num2: Double): Double
  34. def **(num1: Byte, num2: Float): Double
  35. def **(num1: Byte, num2: Long): Long
  36. def **(num1: Byte, num2: Integer): Integer
  37. def **(num1: Byte, num2: Short): Integer
  38. def **(num1: Byte, num2: Byte): Integer
  39. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  40. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  41. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  42. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  43. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  44. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. def toString(): String
    Definition Classes
    AnyRef → Any
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from Operator

Inherited from AnyRef

Inherited from Any

Ungrouped