Home
last modified time | relevance | path

Searched refs:stirling0 (Results 1 – 1 of 1) sorted by relevance

/dports/math/maxima/maxima-5.43.2/src/
H A Dlimit.lisp1025 (setq n (stirling0 n)
1026 d (stirling0 d))
1035 (defun stirling0 (e) function
1037 ((and (setq e (cons (car e) (mapcar 'stirling0 (cdr e))))
1431 (setq n (stirling0 n)) ;; replace factorial and %gamma
1432 (setq d (stirling0 d)) ;; with approximations