-
Alexander David Hellwig authored
Fix: Abs command defaults to abs(float arg) on Windows, abs(int arg) on Linux -> use std::abs(float arg)
a7eed598
Fix: Abs command defaults to abs(float arg) on Windows, abs(int arg) on Linux -> use std::abs(float arg)