CAPD::DynSys Library  6.0.0
factrial.h File Reference
#include <vector>
#include <stdexcept>

Classes

class  capd::Newton
 
struct  capd::Binomial< N, K >
 
struct  capd::Binomial< 0, K >
 
struct  capd::Binomial< N, 0 >
 
struct  capd::Binomial< N, N >
 
struct  capd::Binomial< 0, 0 >
 
struct  capd::Factorial< N >
 
struct  capd::Factorial< 1 >
 
struct  capd::Factorial< 0 >
 

Namespaces

 capd
 

Functions

double capd::realFactorial (unsigned n)
 
unsigned long long factorial (unsigned n)
 < compute and store n factorial More...
 
unsigned long long binomial (unsigned n, unsigned k)
 

Detailed Description

Author
The CAPD Group

Function Documentation

◆ binomial()

unsigned long long binomial ( unsigned  n,
unsigned  k 
)
inline

◆ factorial()

unsigned long long factorial ( unsigned  n)
inline

< compute and store n factorial

compute and store newton symbol (n \over k)