lst-0087-book.cpp
// https://godbolt.org/z/863b1z4GY
int main() {
std::cout << std::setprecision(15) << std::fixed;
dreieck(100'000.0f, 99'999.999'79f, 0.000'29f);
dreieck(100'000.0, 99'999.999'79, 0.000'29);
}
// https://godbolt.org/z/863b1z4GY
int main() {
std::cout << std::setprecision(15) << std::fixed;
dreieck(100'000.0f, 99'999.999'79f, 0.000'29f);
dreieck(100'000.0, 99'999.999'79, 0.000'29);
}