Skip to content

Commit

Permalink
Add foot-candles unit (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
hotgluebanjo authored Nov 4, 2023
1 parent 5fbb561 commit 00c6c97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions book/src/list-units.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ and — where sensible — units allow for [binary prefixes](https://en.wikipedi
| `Frame / Time` | [Frames per second](https://en.wikipedia.org/wiki/Frame_rate) | `fps` |
| `Frequency` | [Hertz](https://en.wikipedia.org/wiki/Hertz) | `Hz`, `hertz` |
| `Frequency` | [Revolutions per minute](https://en.wikipedia.org/wiki/Revolutions_per_minute) | `RPM`, `rpm` |
| `Illuminance` | [Foot-candle](https://en.wikipedia.org/wiki/Foot-candle) | `fc`, `footcandle`, `footcandles` |
| `Illuminance` | [Lux](https://en.wikipedia.org/wiki/Lux) | `lux`, `lx` |
| `Inductance` | [Henry](https://en.wikipedia.org/wiki/Henry_(unit)) | `H`, `henries`, `henry`, `henrys` |
| `KinematicViscosity` | [Stokes](https://en.wikipedia.org/wiki/Stokes_(unit)) | `St`, `stokes` |
Expand Down
5 changes: 5 additions & 0 deletions numbat/modules/units/us_customary.nbt
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ unit acre: Area = 4840 yard^2
@name("Miles per gallon")
@url("https://en.wikipedia.org/wiki/Fuel_economy_in_automobiles")
unit mpg: Length / Volume = miles per gallon

@name("Foot-candle")
@url("https://en.wikipedia.org/wiki/Foot-candle")
@aliases(footcandles, fc: short)
unit footcandle: Illuminance = lumen / foot^2

0 comments on commit 00c6c97

Please sign in to comment.