UNPKG
@mathlib/functions
Version:
latest (1.0.0)
1.0.0
Mathematical functions
github.com/mathlib-js/functions
mathlib-js/functions
@mathlib/functions
/
dist
/
factorial.d.ts
3 lines
(2 loc)
•
73 B
TypeScript
View Raw
1
2
3
declare
function
factorial
(
n
:
number
):
number
;
export
default
factorial;