We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a069d commit e81276bCopy full SHA for e81276b
source_py3/python_toolbox/math_tools/sequences.py
@@ -10,6 +10,9 @@
10
_stirling_caches = []
11
_n_highest_cache_completed = -1
12
def stirling(n, k, skip_calculation=False):
13
+ '''
14
+ blocktododoc specify first or second kind
15
16
global _n_highest_cache_completed
17
if k not in range(n + 1):
18
return 0
0 commit comments