Function digestible::lerp

Function Documentation

inline double digestible::lerp(double a, double b, double t) noexcept

XXX: replace with std::lerp when C++20 support becomes available. This version adapted from libcxx, which is part of the LLVM project under an “Apache 2.0 license with LLVM Exceptions.” The project can be found at https://github.com/llvm-mirror/libcxx