Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 5 years ago

Language

C++

Compiler

gcc 10.1.0

Options
Warnings
Boost 1.73.0
C++2a(GNU)
no pedantic

Author

anonymous

over 5 years ago

$ g++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.73.0/gcc-10.1.0/include -std=gnu++2a
Exceptions before:
FE_DIVBYZERO    unset
FE_INEXACT      unset
FE_INVALID      unset
FE_OVERFLOW     unset
FE_UNDERFLOW    unset

Exceptions after:
FE_DIVBYZERO    unset
FE_INEXACT      SET
FE_INVALID      unset
FE_OVERFLOW     unset
FE_UNDERFLOW    unset

Result:
0.30000001192092895507812500000000000000
Exit Code:
0