Trait/Object

quasar.std

MathLib

Related Docs: object MathLib | package std

Permalink

trait MathLib extends Library

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MathLib
  2. Library
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class TyperW[N <: Nat] extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    Library

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 Add: BinaryFunc

    Permalink

    Adds two numeric values, promoting to decimal if either operand is decimal.

  5. val Divide: BinaryFunc

    Permalink

    Divides one value by another, promoting to decimal if either operand is decimal.

  6. val Modulo: BinaryFunc

    Permalink
  7. val Multiply: BinaryFunc

    Permalink

    Multiplies two numeric values, promoting to decimal if either operand is decimal.

  8. val Negate: UnaryFunc

    Permalink

    Aka "unary minus".

  9. object One

    Permalink
  10. object OneF

    Permalink
  11. val Power: BinaryFunc

    Permalink
  12. val Subtract: BinaryFunc

    Permalink

    Subtracts one value from another, promoting to decimal if either operand is decimal.

  13. object TOne

    Permalink
  14. object TZero

    Permalink
  15. object Zero

    Permalink
  16. object ZeroF

    Permalink
  17. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  18. def basicUntyper[N <: Nat]: Untyper[N]

    Permalink
    Attributes
    protected
    Definition Classes
    Library
  19. def binaryFunctions: Predef.List[GenericFunc[shapeless.Nat._2]]

    Permalink
    Definition Classes
    MathLibLibrary
  20. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def constTyper[N <: Nat](codomain: Codomain): Typer[N]

    Permalink
    Attributes
    protected
    Definition Classes
    Library
  22. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def functions: List[GenericFunc[_]]

    Permalink
    Definition Classes
    Library
  26. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. val noSimplification: Simplifier

    Permalink
    Attributes
    protected
    Definition Classes
    Library
  31. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  33. def numericWidening: Typer[shapeless.Nat._2]

    Permalink
    Attributes
    protected
    Definition Classes
    Library
  34. def partialTyper[N <: Nat](f: Predef.PartialFunction[Domain[N], Codomain]): Typer[N]

    Permalink
    Attributes
    protected
    Definition Classes
    Library
  35. def partialTyperV[N <: Nat](f: Predef.PartialFunction[Domain[N], VCodomain]): Typer[N]

    Permalink
    Attributes
    protected
    Definition Classes
    Library
  36. def partialUntyper[N <: Nat](f: Predef.PartialFunction[Codomain, Domain[N]]): Untyper[N]

    Permalink
    Attributes
    protected
    Definition Classes
    Library
  37. def partialUntyperV[N <: Nat](f: Predef.PartialFunction[Codomain, VDomain[N]]): Untyper[N]

    Permalink
    Attributes
    protected
    Definition Classes
    Library
  38. def reflexiveTyper[N <: Nat]: Typer[N]

    Permalink
    Attributes
    protected
    Definition Classes
    Library
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def ternaryFunctions: Predef.List[GenericFunc[shapeless.Nat._3]]

    Permalink
    Definition Classes
    MathLibLibrary
  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. def unaryFunctions: Predef.List[GenericFunc[shapeless.Nat._1]]

    Permalink
    Definition Classes
    MathLibLibrary
  43. def untyper[N <: Nat](f: (Codomain) ⇒ VDomain[N]): Untyper[N]

    Permalink
    Attributes
    protected
    Definition Classes
    Library
  44. final def wait(): Unit

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

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

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

Inherited from Library

Inherited from AnyRef

Inherited from Any

Ungrouped