saturn-examples/math.hpp

5 lines
68 B
C++

#pragma once
template <typename T>
constexpr T sqrt(T n) noexcept;