added using std::isinf to hyper.h

This commit is contained in:
Zeno Rogue 2018-10-23 17:03:58 +02:00
parent a0d46d95fe
commit 6b47221a64
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ using std::unique_ptr;
using std::abs;
using std::isfinite;
using std::isnan;
using std::isinf;
using std::log;
using std::exp;
using std::sin;