Mark Dickinson added the comment: What behaviour would you suggest instead?
Apart from the time, the result would have over 10**20 digits, so would need exabytes of memory to represent. >>> from math import lgamma, log >>> lgamma(1e19) / log(10) 1.8565705518096748e+20 ---------- nosy: +mark.dickinson _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue20539> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com