mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-12 12:12:10 +00:00
floating-point numbers it calls std::fmod; for fundamental integral numbers it calls operator%; for user defined number types the free function fmod is called (lookup is activated in the global namespace, the std namespace and the type's namespace);