#ifndef SCALAR_H_VUEKYIRJ
#define SCALAR_H_VUEKYIRJ

#ifdef __cplusplus
extern "C" {
#endif

#include <stddef.h>


double factorial(size_t number);


#ifdef __cplusplus
}
#endif

#endif // end of include guard: SCALAR_H_VUEKYIRJ
