Geometric Variable
A variable ranging geometrically (exponentially) in a range. Ideal for log-scale comparisons. e.g. a GeometricVariable with minimum = 1, maximum = 100 and samples = 5 will range over [1, ~3.16, 10, ~31.62 100]. Both min and max must be strictly bigger than 0.
Constructors
Link copied to clipboard
open fun GeometricVariable(def: Double, min: Double, max: Double, samples: Int)
Content copied to clipboard