MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / AbsFunction

Class AbsFunction

graphlite/src/functions/mathematical_functions.rs:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27/// ABS function - returns absolute value
28#[derive(Debug)]
29pub struct AbsFunction;
30
31impl AbsFunction {
32 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected