package math
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- math
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def lambertW(z: Double, seed: Double = 0, precision: Double = 0.00001, maxIterations: Int = 10000): Double
- def logitCdf2(p0: Double, p1: Double, x: Double): Double
- def optimalPrice(p0: Double, p1: Double, cost: Double, referencePrice: Double): Double
- def productLog(z: Double, seed: Double = 0, precision: Double = 0.00001, maxIterations: Int = 10000): Double