Skip to content

Commit cb98ef5

Browse files
Update math/double_factorial.cpp
1 parent 78cb6ea commit cb98ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/double_factorial.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
#include <cassert>
13-
#include <cstdint> /// for integral typedefs
13+
#include <cstdint>
1414
#include <iostream>
1515

1616
/** Compute double factorial using iterative method

0 commit comments

Comments
 (0)