emscripten-core/emscripten

Document long double printing issues (was: std::numeric_limits<long double>::max() returns infinity)

Open

#12,720 opened on Nov 6, 2020

View on GitHub
 (27 comments) (0 reactions) (0 assignees)C++ (3,519 forks)batch import
good first bughelp wantedwontfix

Repository metrics

Stars
 (27,361 stars)
PR merge metrics
 (Avg merge 19d 10h) (147 merged PRs in 30d)

Description

According to the spec, this value should be finite: https://en.cppreference.com/w/cpp/types/numeric_limits/max. This is with Emscripten 2.0.8.

Contributor guide