Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/elftausend/graplot
/ x
Function
x
src/lib.rs:46–48 ·
view source on GitHub ↗
sets the absolute max value for x
(end_x: f64)
Source
from the content-addressed store, hash-verified
44
45
/// sets the absolute max value for x
46
pub fn x(end_x: f64) -> Option<XEnd> {
47
Some(XEnd(end_x.abs()))
48
}
49
50
#[derive(Debug, PartialEq, Clone, Copy)]
51
pub struct Desc {
Callers
13
test_poly_2nd
Function · 0.85
test_poly_1st
Function · 0.85
test_desc
Function · 0.85
test_xend_squared
Function · 0.85
test_xend_poly3
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
main
Function · 0.85
Calls
1
XEnd
Class · 0.85
Tested by
5
test_poly_2nd
Function · 0.68
test_poly_1st
Function · 0.68
test_desc
Function · 0.68
test_xend_squared
Function · 0.68
test_xend_poly3
Function · 0.68