mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-08 22:28:01 -05:00
- if a value is computed it will be correct - if the value is not finite (NaN or infinity) we panic with a message to the user indicating what course of action they can take - ideally we would want to use a scientific crate written in rust, xsf-rust seemed promising but the dependency on clang + libclang is proving more annoying than not, given we would need a single function from xsf (and it's hard to translate all the required pieces) we keep a sort of status quo - statrs issue : https://github.com/statrs-dev/statrs/issues/361