Project Euler Solutions
Namespaces | Functions
math.h File Reference
#include "./macros.h"
#include <stdlib.h>
#include <stdint.h>
Include dependency graph for math.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 c::include::math
 

Functions

uintmax_t c::include::math::factorial (unsigned char n)
 
uintmax_t c::include::math::n_choose_r (const unsigned int n, const unsigned int r)