fiber
Loading...
Searching...
No Matches
math.hpp File Reference
#include <type_traits>
#include <cinttypes>
#include <cstddef>
#include <bit>

Go to the source code of this file.

Namespaces

namespace  fiber
 

Functions

template<typename Int, typename std::enable_if< std::is_integral< Int >::value, int >::type = 0>
constexpr Int fiber::pow (const Int base, const unsigned int exponent)
 
constexpr std::size_t fiber::string_length (const char *str)
 returns the length of a terminated c-style string
 
float fiber::frexp10 (float value, int *exp10_out)
 
bool fiber::is_nan (float value)
 
bool fiber::is_pinf (float value)
 
bool fiber::is_ninf (float value)
 
bool fiber::is_inf (float value)