ROOT Version: 5.34
Platform: Ubuntu 16.04, OS X El Capitan
Compiler: gcc, cling
Hi,
I have two installations of root 5.34, one on Ubuntu 16.04, one on OS X El Capitan. I noticed that when I run
gSystem->GetFPEMask()
I get 7 on Ubuntu and 0 on OS X. That means that without running TSystem::SetFPEMask(), if for example I divide by zero in my program, on Ubuntu it is a fatal error, while on OS X the result is inf and program continues.
Is this difference in default behaviour intended? If yes, why?
Thanks,
Michal