MCPcopy Create free account
hub / github.com/elftausend/graplot / test_2x

Function test_2x

tests/test.rs:152–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150
151#[test]
152fn test_2x() {
153 let plot = Plot::new(|x: f64| 2f64.powf(x));
154 plot.show();
155}
156
157#[test]
158fn test_collatz() {}

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected