Skip to content

Commit e81276b

Browse files
committed
-
1 parent 94a069d commit e81276b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source_py3/python_toolbox/math_tools/sequences.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
_stirling_caches = []
1111
_n_highest_cache_completed = -1
1212
def stirling(n, k, skip_calculation=False):
13+
'''
14+
blocktododoc specify first or second kind
15+
'''
1316
global _n_highest_cache_completed
1417
if k not in range(n + 1):
1518
return 0

0 commit comments

Comments
 (0)