Searched defs:abs (Results 1 – 3 of 3) sorted by relevance
108 static abs(n: bigint) { method in BigintMath
44 pub fn abs(&self) -> PathBuf { in abs() method
264 const abs = (n: bigint): bigint => (n < 0n ? -n : n); constant