MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / exp

Method exp

src/transform.rs:157–162  ·  view source on GitHub ↗

Convert a data value with `base.powf(value)` before axis scaling.

(base: f64)

Source from the content-addressed store, hash-verified

155
156 /// Convert a data value with `base.powf(value)` before axis scaling.
157 pub const fn exp(base: f64) -> Self {
158 Self {
159 coordinate_system: CoordinateSystem::Data,
160 operation: TransformOperation::Exp { base },
161 }
162 }
163
164 /// Return the transform's source coordinate system.
165 pub fn coordinate_system(&self) -> CoordinateSystem {

Callers 1

heat_valueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected