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

Function test_tanh

tests/test.rs:146–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144
145#[test]
146fn test_tanh() {
147 let plot = Plot::new(|x: f64| x.tanh());
148 plot.show()
149}
150
151#[test]
152fn test_2x() {

Callers

nothing calls this directly

Calls 1

showMethod · 0.45

Tested by

no test coverage detected