cos(200!)

1 · John Cook · Aug. 7, 2026, 1:50 p.m.
Summary
This post discusses the limitations of Python's math library in calculating the cosine of extremely large numbers, specifically using the example of 200!. It serves as a follow-up to a previous discussion on logarithmic calculations in Python.