-
Updated
Aug 31, 2020 - JavaScript
units
Here are 188 public repositories matching this topic...
-
Updated
Aug 15, 2020 - PureScript
-
Updated
Jul 23, 2020 - JavaScript
-
Updated
Jul 18, 2020 - JavaScript
Provide nice Unicode symbols for fractional exponents wherever possible.
using namespace units;
using namespace units::si::literals;
std::cout << sqrt(1m) << "\n";-
Updated
Aug 11, 2020 - Julia
-
Updated
Aug 30, 2020 - Rust
It came up in #41 that it would be nice to have functions like abs(), sqrt(), etc. implemented on $System<f64, U> (and friends) directly, and not just through traits, so that they could be called without the traits in scope.
-
Updated
Jul 9, 2020 - Java
-
Updated
Jul 17, 2020 - TypeScript
-
Updated
Jul 28, 2020 - Python
-
Updated
Aug 30, 2020 - Scala
-
Updated
May 17, 2017 - Python
No Unit found is not descriptive at all.
We should at least make that error message more clear for cases like:
- "75kg" instead of "75 kg"
Our assumption for parsing a compound quantity is that there will be a space character between the value and the unit
-
Updated
May 24, 2019 - Swift
-
Updated
Jul 25, 2020 - TypeScript
-
Updated
Jul 13, 2019 - JavaScript
-
Updated
Jul 13, 2019 - PureScript
-
Updated
Jul 28, 2020 - C#
-
Updated
Apr 23, 2020 - Java
-
Updated
Jul 23, 2020 - Kotlin
-
Updated
Jul 17, 2020 - JavaScript
-
Updated
Apr 21, 2020 - Python
Improve this page
Add a description, image, and links to the units topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the units topic, visit your repo's landing page and select "manage topics."
As per angularsen/UnitsNet#328 (comment)
Having a set of tests to validate that the correct abbreviation notations and symbols are used would be helpful, as we have seen from before that discrepancies tend to creep in over time.
See #328 for the (currently work in progress) guideline, go through the comments and identify what tests to write for the guid