Determinism and randomism.
esv::class_type::quo
Method .quo of esv::class_type is used to get the quotient of a value when calculating modulus value. It does not equal to division result.
Positive/Negative flag rules, a % b :
#include <esvcpp/core.hpp> int main() { esv::fx32 a = 33.3; esv::print(a.quo(12); // 3.0 }