object Math
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Math
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val E: (MathOps.this)#Ref[Double]
- val MathAcos: (MathOps.this)#UnOp[Double, Double]
- val MathAtan: (MathOps.this)#UnOp[Double, Double]
- val MathAtan2: (MathOps.this)#BinOp[Double, Double]
- val MathCeil: (MathOps.this)#UnOp[Double, Double]
- val MathCos: (MathOps.this)#UnOp[Double, Double]
- val MathExp: (MathOps.this)#UnOp[Double, Double]
- val MathFloor: (MathOps.this)#UnOp[Double, Double]
- val MathLog: (MathOps.this)#UnOp[Double, Double]
- val MathPow: (MathOps.this)#BinOp[Double, Double]
- val MathSin: (MathOps.this)#UnOp[Double, Double]
- val MathSqrt: (MathOps.this)#UnOp[Double, Double]
- val MathTanh: (MathOps.this)#UnOp[Double, Double]
- val Pi: (MathOps.this)#Ref[Double]
- def acos(x: (MathOps.this)#Ref[Double]): (MathOps.this)#Ref[Double]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def atan(x: (MathOps.this)#Ref[Double]): (MathOps.this)#Ref[Double]
- def atan2(x: (MathOps.this)#Ref[Double], y: (MathOps.this)#Ref[Double]): (MathOps.this)#Ref[Double]
- def ceil(x: (MathOps.this)#Ref[Double]): (MathOps.this)#Ref[Double]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def cos(x: (MathOps.this)#Ref[Double]): (MathOps.this)#Ref[Double]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def exp(x: (MathOps.this)#Ref[Double]): (MathOps.this)#Ref[Double]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def floor(x: (MathOps.this)#Ref[Double]): (MathOps.this)#Ref[Double]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def log(x: (MathOps.this)#Ref[Double]): (MathOps.this)#Ref[Double]
- def max[A](x: (MathOps.this)#Ref[A], y: (MathOps.this)#Ref[A])(implicit e: (MathOps.this)#Elem[A], n: Ordering[A]): (MathOps.this)#Ref[A]
- def min[A](x: (MathOps.this)#Ref[A], y: (MathOps.this)#Ref[A])(implicit e: (MathOps.this)#Elem[A], n: Ordering[A]): (MathOps.this)#Ref[A]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pow(x: (MathOps.this)#Ref[Double], y: (MathOps.this)#Ref[Double]): (MathOps.this)#Ref[Double]
- def sin(x: (MathOps.this)#Ref[Double]): (MathOps.this)#Ref[Double]
- def sqrt(x: (MathOps.this)#Ref[Double]): (MathOps.this)#Ref[Double]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tanh(x: (MathOps.this)#Ref[Double]): (MathOps.this)#Ref[Double]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )