Packages

package natural

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. natural
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Natural = BigInt
    Annotations
    @RuntimeImplementation()

Value Members

  1. object Natural extends ConstantRepresentable[Natural]
  2. object add
    Annotations
    @RuntimeNativeFunction()
  3. object divide
    Annotations
    @RuntimeNativeFunction()
  4. object equal
    Annotations
    @RuntimeImplementation()
  5. object greaterThan
    Annotations
    @RuntimeNativeFunction()
  6. object greaterThanOrEqual
    Annotations
    @RuntimeImplementation()
  7. object increment
    Annotations
    @RuntimeImplementation()
  8. object lessThan
    Annotations
    @RuntimeNativeFunction()
  9. object lessThanOrEqual
    Annotations
    @RuntimeImplementation()
  10. object multiply
    Annotations
    @RuntimeNativeFunction()
  11. object notEqual
    Annotations
    @RuntimeImplementation()
  12. object show
    Annotations
    @RuntimeNativeFunction()
  13. object subtract
    Annotations
    @RuntimeNativeFunction()
  14. object toInteger
    Annotations
    @RuntimeNativeFunction()

Inherited from AnyRef

Inherited from Any

Ungrouped