This repository has been archived on 2022-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
JavaProgressia/src/main
OLEGSHA 3782cf1f88 Added unit registration to Units and Units.get methods
These are just convenience methods: instead of writing
float g = 9.8f * Units.METERS_PER_SECOND_SQUARED;
we can write
float g = Units.get("9.8 m/s^2");
and it'll actually work fast.
2020-12-01 01:28:18 +03:00
..