CLibs
Loading...
Searching...
No Matches
math.h
Go to the documentation of this file.
1
4
5#ifndef CLIBS_MATH_H
6#define CLIBS_MATH_H
7
10
11// import
12#include "headers/simple_math.h"
13
14
23Mathematical uint64_t digitsof( uint64_t num, unsigned base );
24
31Mathematical int64_t power( int64_t base, unsigned exp );
38Mathematical uint64_t upower( uint64_t base, unsigned exp );
39
40
56Mathematical uint64_t reverse_integer( uint64_t n, unsigned base );
57
62
63
64#endif //CLIBS_MATH_H
Function and variable attributes.
#define Mathematical
Definition attributes.h:113
Mathematical uint64_t get_next_power_of_two(uint64_t)
Mathematical uint64_t upower(uint64_t base, unsigned exp)
Mathematical uint64_t get_prev_power_of_two(uint64_t)
Mathematical int64_t power(int64_t base, unsigned exp)
Mathematical uint64_t digitsof(uint64_t num, unsigned base)
Mathematical uint64_t reverse_integer(uint64_t n, unsigned base)