HiRep
0.1
Loading...
Searching...
No Matches
factorial.h
1
/***************************************************************************
2
* Copyright (c) 2023, Sofie Martins *
3
* All rights reserved. *
4
***************************************************************************/
5
6
#ifndef FACTORIAL_H
7
#define FACTORIAL_H
8
9
#include "libhr_core.h"
10
11
#define MAX_FACTORIAL 50
// This can be at most 100
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
17
visible
double
inverse_fact(
int
);
18
19
#ifdef __cplusplus
20
}
21
#endif
22
#endif
Include
Utils
factorial.h
Generated by
1.12.0