mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-09 08:57:44 +02:00
... not the negation of max(), which is wrong for unsigned types, and not min(), which gives least normalized positive value for floating point types. lowest() wasn't available before C++11.