boostorg / multiprecision

Boost.Multiprecision
Boost Software License 1.0
194 stars 111 forks source link

Overload some floating point functions for integer types #550

Open jzmaddock opened 1 year ago

jzmaddock commented 1 year ago

Functions such as isinf which do not rely on integer->floating point type promotion could be overloaded for non-floating point number types.