Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ten should be a constexpr as a float
Its int counterpart is a constexpr, and the ten variable never changes, so for consistency, we should make float_type ten constexpr as welll.
- Loading branch information