[Bug libstdc++/101855] std::logf is missing from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101855 康桓瑋 changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---
[Bug libstdc++/101855] std::logf is missing from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101855 --- Comment #1 from 康桓瑋 --- (In reply to 康桓瑋 from comment #0) > #include > auto f = std::log10f(3.14); > > :2:15: error: 'log10f' is not a member of 'std'; did you mean > 'log1pf'? > 2 | auto f = std::log10f(3.14); > |