UNPKG
native-nao
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Nao is a math library written in C
github.com/wilhelmmatilainen/nao
wilhelmmatilainen/nao
native-nao
/
docs
/
scalar.md
16 lines
(9 loc)
•
232 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Scalar
## [
Factorial
](
http://en.wikipedia.org/wiki/Factorial
)
```c double factorial(size_t number); ```
### Parameters
*
`Number`
factorial is calculated from this number
### Return
The factorial of
`number`
.