Packages

object math

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. math
  2. AnyRef
  3. 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. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val E: Double[E]
  5. val Pi: Double[Pi]
  6. def abs[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Abs, T, Double]): Double[Out]
  7. def abs[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Float.Shell1[Abs, T, Float]): Float[Out]
  8. def abs[T](t: Long[T])(implicit tfs: impl.TwoFaceAny.Long.Shell1[Abs, T, Long]): Long[Out]
  9. def abs[T](t: Int[T])(implicit tfs: impl.TwoFaceAny.Int.Shell1[Abs, T, Int]): Int[Out]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def ceil[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Ceil, T, Double]): Double[Out]
  12. def ceil[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Ceil, T, Float]): Double[Out]
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. def cos[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Cos, T, Double]): Double[Out]
  15. def cos[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Cos, T, Float]): Double[Out]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def floor[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Floor, T, Double]): Double[Out]
  20. def floor[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Floor, T, Float]): Double[Out]
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def log[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Log, T, Double]): Double[Out]
  25. def log[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Log, T, Float]): Double[Out]
  26. def log10[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Log10, T, Double]): Double[Out]
  27. def log10[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Log10, T, Float]): Double[Out]
  28. def max[L, R](l: Double[L], r: Double[R])(implicit tfs: impl.TwoFaceAny.Double.Shell2[Max, L, Double, R, Double]): Double[Out]
  29. def max[L, R](l: Float[L], r: Float[R])(implicit tfs: impl.TwoFaceAny.Float.Shell2[Max, L, Float, R, Float]): Float[Out]
  30. def max[L, R](l: Long[L], r: Long[R])(implicit tfs: impl.TwoFaceAny.Long.Shell2[Max, L, Long, R, Long]): Long[Out]
  31. def max[L, R](l: Int[L], r: Int[R])(implicit tfs: impl.TwoFaceAny.Int.Shell2[Max, L, Int, R, Int]): Int[Out]
  32. def min[L, R](l: Double[L], r: Double[R])(implicit tfs: impl.TwoFaceAny.Double.Shell2[Min, L, Double, R, Double]): Double[Out]
  33. def min[L, R](l: Float[L], r: Float[R])(implicit tfs: impl.TwoFaceAny.Float.Shell2[Min, L, Float, R, Float]): Float[Out]
  34. def min[L, R](l: Long[L], r: Long[R])(implicit tfs: impl.TwoFaceAny.Long.Shell2[Min, L, Long, R, Long]): Long[Out]
  35. def min[L, R](l: Int[L], r: Int[R])(implicit tfs: impl.TwoFaceAny.Int.Shell2[Min, L, Int, R, Int]): Int[Out]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. def pow[L, R](l: Double[L], r: Double[R])(implicit tfs: impl.TwoFaceAny.Double.Shell2[Pow, L, Double, R, Double]): Double[Out]
  40. def pow[L, R](l: Double[L], r: Float[R])(implicit tfs: impl.TwoFaceAny.Double.ShellD[Pow, L, Double, R, Float]): Double[Out]
  41. def pow[L, R](l: Float[L], r: Double[R])(implicit tfs: impl.TwoFaceAny.Double.ShellD[Pow, L, Float, R, Double]): Double[Out]
  42. def pow[L, R](l: Float[L], r: Float[R])(implicit tfs: impl.TwoFaceAny.Double.ShellD[Pow, L, Float, R, Float]): Double[Out]
  43. def round[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Long.Shell1[Round, T, Double]): Long[Out]
  44. def round[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Int.Shell1[Round, T, Float]): Int[Out]
  45. def sin[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Sin, T, Double]): Double[Out]
  46. def sin[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Sin, T, Float]): Double[Out]
  47. def sqrt[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Sqrt, T, Double]): Double[Out]
  48. def sqrt[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Sqrt, T, Float]): Double[Out]
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def tan[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Tan, T, Double]): Double[Out]
  51. def tan[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Tan, T, Float]): Double[Out]
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped