MCPcopy 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
46pub fn x(end_x: f64) -> Option<XEnd> {
47 Some(XEnd(end_x.abs()))
48}
49
50#[derive(Debug, PartialEq, Clone, Copy)]
51pub struct Desc {

Callers 13

test_poly_2ndFunction · 0.85
test_poly_1stFunction · 0.85
test_descFunction · 0.85
test_xend_squaredFunction · 0.85
test_xend_poly3Function · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 1

XEndClass · 0.85

Tested by 5

test_poly_2ndFunction · 0.68
test_poly_1stFunction · 0.68
test_descFunction · 0.68
test_xend_squaredFunction · 0.68
test_xend_poly3Function · 0.68