package onumber
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- onumber
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
- def choose(i: Long, k: Long): Long
- def choose(i: Int, k: Long): Long
- def choose(i: Long, k: Int): Long
- def choose(i: Int, k: Int): Long
- def factorial(i: Long): Long
- def factorial(i: Int): Long
- def pow(i: Long, exp: Long): Long
- def pow(i: Long, exp: Int): Long
- def pow(i: Int, exp: Int): Long
- def pretty(i: Long): String
- def pretty(i: Int): String
- def times(i: Long)(f: ⇒ Unit): Unit
- def times(i: Int)(f: ⇒ Unit): Unit