Object

singleton.twoface

math

Related Doc: package twoface

Permalink

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val E: Double[E]

    Permalink
  5. val Pi: Double[Pi]

    Permalink
  6. def abs[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Abs, T, Double]): Double[impl.Shell.One.Double.Out]

    Permalink
  7. def abs[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Float.Shell1[Abs, T, Float]): Float[impl.Shell.One.Float.Out]

    Permalink
  8. def abs[T](t: Long[T])(implicit tfs: impl.TwoFaceAny.Long.Shell1[Abs, T, Long]): Long[impl.Shell.One.Long.Out]

    Permalink
  9. def abs[T](t: Int[T])(implicit tfs: impl.TwoFaceAny.Int.Shell1[Abs, T, Int]): Int[impl.Shell.One.Int.Out]

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def ceil[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Ceil, T, Double]): Double[impl.Shell.One.Double.Out]

    Permalink
  12. def ceil[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Ceil, T, Float]): Double[impl.Shell.One.Double.Out]

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def cos[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Cos, T, Double]): Double[impl.Shell.One.Double.Out]

    Permalink
  15. def cos[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Cos, T, Float]): Double[impl.Shell.One.Double.Out]

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit

    Permalink
    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[impl.Shell.One.Double.Out]

    Permalink
  20. def floor[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Floor, T, Float]): Double[impl.Shell.One.Double.Out]

    Permalink
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def log[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Log, T, Double]): Double[impl.Shell.One.Double.Out]

    Permalink
  25. def log[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Log, T, Float]): Double[impl.Shell.One.Double.Out]

    Permalink
  26. def log10[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Log10, T, Double]): Double[impl.Shell.One.Double.Out]

    Permalink
  27. def log10[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Log10, T, Float]): Double[impl.Shell.One.Double.Out]

    Permalink
  28. 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]

    Permalink
  29. 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]

    Permalink
  30. 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]

    Permalink
  31. 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]

    Permalink
  32. 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]

    Permalink
  33. 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]

    Permalink
  34. 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]

    Permalink
  35. 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]

    Permalink
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. 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]

    Permalink
  40. 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]

    Permalink
  41. 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]

    Permalink
  42. 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]

    Permalink
  43. def round[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Long.Shell1[Round, T, Double]): Long[impl.Shell.One.Long.Out]

    Permalink
  44. def round[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Int.Shell1[Round, T, Float]): Int[impl.Shell.One.Int.Out]

    Permalink
  45. def sin[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Sin, T, Double]): Double[impl.Shell.One.Double.Out]

    Permalink
  46. def sin[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Sin, T, Float]): Double[impl.Shell.One.Double.Out]

    Permalink
  47. def sqrt[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Sqrt, T, Double]): Double[impl.Shell.One.Double.Out]

    Permalink
  48. def sqrt[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Sqrt, T, Float]): Double[impl.Shell.One.Double.Out]

    Permalink
  49. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  50. def tan[T](t: Double[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1[Tan, T, Double]): Double[impl.Shell.One.Double.Out]

    Permalink
  51. def tan[T](t: Float[T])(implicit tfs: impl.TwoFaceAny.Double.Shell1D[Tan, T, Float]): Double[impl.Shell.One.Double.Out]

    Permalink
  52. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  53. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped