from Hacker News

Ask HN: What is the hardest math you used in a project?

by alpple on 6/24/25, 12:51 PM with 2 comments

What is the most difficult or beautiful math that you used to solve a real problem?
  • by alpple on 6/24/25, 12:54 PM

    I imagine for example that some implementations were made fast enough to meet a requirement with some very hard algorithms.
  • by incomingpain on 6/24/25, 1:28 PM

    Ive done the C++ challenge to calculate pi deeply and quickly; also finding prime numbers. Those were fun to do as a beginner.

    Much more recently, IBM qiskit has a bit too advanced math for me. Over my head; but theoretically i did use it lol. I cant say i understood it.