Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
146
fn test_tanh() {
147
let plot = Plot::new(|x: f64| x.tanh());
148
plot.show()
149
}
150
151
#[test]
152
fn test_2x() {
Callers
nothing calls this directly
Calls
1
show
Method · 0.45
Tested by
no test coverage detected