Packages

package math

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

Type Members

  1. implicit final class RichLong extends AnyVal

Value Members

  1. def lambertW(z: Double, seed: Double = 0, precision: Double = 0.00001, maxIterations: Int = 10000): Double
  2. def logitCdf2(p0: Double, p1: Double, x: Double): Double
  3. def optimalPrice(p0: Double, p1: Double, cost: Double, referencePrice: Double): Double
  4. def productLog(z: Double, seed: Double = 0, precision: Double = 0.00001, maxIterations: Int = 10000): Double

Inherited from AnyRef

Inherited from Any

Ungrouped