Home
last modified time | relevance | path

Searched defs:EPSILON (Results 1 – 2 of 2) sorted by relevance

/libCEED/python/
H A Dceed_constants.py26 EPSILON = lib.CEED_EPSILON variable
/libCEED/rust/libceed/src/
H A Dlib.rs49 pub const EPSILON: crate::Scalar = bind_ceed::CEED_EPSILON as crate::Scalar; constant