Skip to content

Commit

Permalink
Add light_speed/lightspeed unit
Browse files Browse the repository at this point in the history
  • Loading branch information
printfn committed Oct 1, 2024
1 parent b7605f5 commit d1d5833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/units/builtin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,8 @@ const COMMON_PHYSICAL_UNITS: &[UnitTuple] = &[
("light_minute", "light_minutes", "c minute", ""),
("light_hour", "light_hours", "c hour", ""),
("light_day", "light_days", "c day", ""),
("light_speed", "", "c", ""),
("lightspeed", "", "c", ""),
("parsec", "parsecs", "l@au / tan(arcsec)", ""),
("pc", "", "s@parsec", ""),
(
Expand Down

0 comments on commit d1d5833

Please sign in to comment.