Exponential

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
final
def apply[@specialized(Float, Double) A](implicit e: Exponential[A]): Exponential[A]
def apply[@specialized(Float, Double) A](rate: A)(implicit e: Exponential[A]): Dist[A]

Implicits

Inherited implicits

implicit
val double: Exponential[Double]
Inherited from
ExponentialInstances
implicit
val float: Exponential[Float]
Inherited from
ExponentialInstances