final class Double_Exp extends AnyVal
The Double_Exp
value class adds an exponentiation operator 'x ~ y' and
a 'near_eq' operator 'x =~ y' to Double
.
The '~' has higher precedence than '*' or '/'.
- Alphabetic
- By Inheritance
- Double_Exp
- AnyVal
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
Double_Exp(self: Double)
- self
the underlying object to be accessed via the self accessor
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
- def !=~(y: Double): Boolean
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
- def =~(y: Double): Boolean
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val self: Double
-
def
toString(): String
- Definition Classes
- Any
- def ~^(y: Double): Double
- def ≠(y: Double): Boolean
- def ≤(y: Double): Boolean
- def ≥(y: Double): Boolean