object math
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- math
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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: Double[E]
- val Pi: Double[Pi]
- def abs[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Abs, T, Double]): Double[impl.Shell.One.Double.Out]
- def abs[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Float.Shell1[Abs, T, Float]): Float[impl.Shell.One.Float.Out]
- def abs[T](t: Long[T])(implicit tfs: impl.TwoFaceAny.Long.Shell1[Abs, T, Long]): Long[impl.Shell.One.Long.Out]
- def abs[T](t: Int[T])(implicit tfs: impl.TwoFaceAny.Int.Shell1[Abs, T, Int]): Int[impl.Shell.One.Int.Out]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def ceil[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Ceil, T, Double]): Double[impl.Shell.One.Double.Out]
- def ceil[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Ceil, T, Float]): Double[impl.Shell.One.Double.Out]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def cos[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Cos, T, Double]): Double[impl.Shell.One.Double.Out]
- def cos[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Cos, T, Float]): Double[impl.Shell.One.Double.Out]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def floor[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Floor, T, Double]): Double[impl.Shell.One.Double.Out]
- def floor[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Floor, T, Float]): Double[impl.Shell.One.Double.Out]
- final def getClass(): Class[_ <: AnyRef]
- 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[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Log, T, Double]): Double[impl.Shell.One.Double.Out]
- def log[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Log, T, Float]): Double[impl.Shell.One.Double.Out]
- def log10[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Log10, T, Double]): Double[impl.Shell.One.Double.Out]
- def log10[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Log10, T, Float]): Double[impl.Shell.One.Double.Out]
- def max[L, R](l: Double[L], r: Double[R])(implicit tfs: impl.TwoFaceAny.Double.Shell2[Max, L, Double, R, Double]): Double[impl.Shell.Two.Double.Out]
- def max[L, R](l: Float[L], r: Float[R])(implicit tfs: impl.TwoFaceAny.Float.Shell2[Max, L, Float, R, Float]): Float[impl.Shell.Two.Float.Out]
- def max[L, R](l: Long[L], r: Long[R])(implicit tfs: impl.TwoFaceAny.Long.Shell2[Max, L, Long, R, Long]): Long[impl.Shell.Two.Long.Out]
- def max[L, R](l: Int[L], r: Int[R])(implicit tfs: impl.TwoFaceAny.Int.Shell2[Max, L, Int, R, Int]): Int[impl.Shell.Two.Int.Out]
- def min[L, R](l: Double[L], r: Double[R])(implicit tfs: impl.TwoFaceAny.Double.Shell2[Min, L, Double, R, Double]): Double[impl.Shell.Two.Double.Out]
- def min[L, R](l: Float[L], r: Float[R])(implicit tfs: impl.TwoFaceAny.Float.Shell2[Min, L, Float, R, Float]): Float[impl.Shell.Two.Float.Out]
- def min[L, R](l: Long[L], r: Long[R])(implicit tfs: impl.TwoFaceAny.Long.Shell2[Min, L, Long, R, Long]): Long[impl.Shell.Two.Long.Out]
- def min[L, R](l: Int[L], r: Int[R])(implicit tfs: impl.TwoFaceAny.Int.Shell2[Min, L, Int, R, Int]): Int[impl.Shell.Two.Int.Out]
- 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[L, R](l: Double[L], r: Double[R])(implicit tfs: impl.TwoFaceAny.Double.Shell2[Pow, L, Double, R, Double]): Double[impl.Shell.Two.Double.Out]
- def pow[L, R](l: Double[L], r: Float[R])(implicit tfs: impl.TwoFaceAny.Double.ShellD[Pow, L, Double, R, Float]): Double[impl.Shell.Two.Double.Out]
- def pow[L, R](l: Float[L], r: Double[R])(implicit tfs: impl.TwoFaceAny.Double.ShellD[Pow, L, Float, R, Double]): Double[impl.Shell.Two.Double.Out]
- def pow[L, R](l: Float[L], r: Float[R])(implicit tfs: impl.TwoFaceAny.Double.ShellD[Pow, L, Float, R, Float]): Double[impl.Shell.Two.Double.Out]
- def round[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Long.Shell1[Round, T, Double]): Long[impl.Shell.One.Long.Out]
- def round[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Int.Shell1[Round, T, Float]): Int[impl.Shell.One.Int.Out]
- def sin[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Sin, T, Double]): Double[impl.Shell.One.Double.Out]
- def sin[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Sin, T, Float]): Double[impl.Shell.One.Double.Out]
- def sqrt[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Sqrt, T, Double]): Double[impl.Shell.One.Double.Out]
- def sqrt[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Sqrt, T, Float]): Double[impl.Shell.One.Double.Out]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tan[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Tan, T, Double]): Double[impl.Shell.One.Double.Out]
- def tan[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Tan, T, Float]): Double[impl.Shell.One.Double.Out]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()