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      unset
FE_INVALID      unset
FE_OVERFLOW     unset
FE_UNDERFLOW    unset

Result:
0.00047153019113466143608093261718750000
Exit Code:
0