KCL: 'rem' fn in stdlib (#3999)

This commit is contained in:
Adam Chalmers
2024-09-26 16:00:07 -05:00
committed by GitHub
parent 294040b618
commit fd21850e48
7 changed files with 118 additions and 0 deletions

View File

@ -121,6 +121,7 @@ lazy_static! {
Box::new(crate::std::math::Tau),
Box::new(crate::std::math::Sqrt),
Box::new(crate::std::math::Abs),
Box::new(crate::std::math::Rem),
Box::new(crate::std::math::Floor),
Box::new(crate::std::math::Ceil),
Box::new(crate::std::math::Min),