wmwv / cosmo

Go cosmology library
MIT License
7 stars 2 forks source link

Write String method to represent object values nicely. #27

Closed wmwv closed 6 years ago

wmwv commented 6 years ago

Make a fmt.Println(cos) format nicely. E.g.,

{H0: 70, Om0: 0.27, Ol0: 0.73, W0: -0.9, WA: 3}
wmwv commented 6 years ago

Done and merged.