johanley / special-relativity-core

Implement the ideas of special relativity in code, and explore the consequences of the Lorentz transformations.
MIT License
2 stars 0 forks source link

Should toString for 4-vector components use rounding to 2-3 decimals? #10

Closed johanley closed 3 months ago

johanley commented 3 months ago

Since the goal is mainly didactic for this tool, this might make sense. Speeds (β) would be not be rounded, because the values of β are often so close to 1.

johanley commented 3 months ago

Now using 4 decimals.