from Hacker News

Ask HN

by gizmore on 12/20/21, 10:03 PM with 1 comments

What are math or physic functions that have the most number of magic constants like E,PI,h etc?
  • by gizmore on 12/20/21, 10:08 PM

    What are math or physic functions that include many magic constants.

    Like e = m * c (1 constant c) Or A = r * PI * 2; (1 constant PI)

    I know there are equations that contain more than 1 magic constant. what are they?