Closed enitrat closed 1 month ago
uses checked math to prevent eventual overflow risks. this should not be more costly then regular maths (which abstract the result management with an .expect())
.expect()
This change is
uses checked math to prevent eventual overflow risks. this should not be more costly then regular maths (which abstract the result management with an
.expect()
)This change is