Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elftausend/graplot
/ test_xend_squared
Function
test_xend_squared
tests/test_end.rs:4–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
#[test]
4
fn test_xend_squared() {
5
let plot = Plot::new((|x: f64| x.powi(2), x(0.0004)));
6
7
plot.show();
8
}
9
10
#[test]
11
fn test_xend_poly3() {
Callers
nothing calls this directly
Calls
2
x
Function · 0.85
show
Method · 0.45
Tested by
no test coverage detected