units
Here are 184 public repositories matching this topic...
-
Updated
Jun 20, 2020 - PureScript
Improve the docs
This is just a placeholder issue to obtain feedback about the current state of the docs:
- Are the docs clear enough?
- Are the examples useful and real?
- Is the information there for a newbie?
- Is the information there for an advanced user?
- Is the organization appropiate?
- What can we do to improve it.
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
In area unit, cm2's name should be change.
name: {
singular: 'Square Centimeter',
plural: 'Square Centimeters'
}
-
Updated
May 7, 2020 - JavaScript
The class comment of MonetaryAmountFormat has two code snippets. Both of them are full of compile errors
MonetaryAmountFormat f = MonetaryFormats.getInstance(loc);
f.setStyle(f.getStyle().toBuilder().setPattern("###.##;(###.##)").build());- there are no
#setStyleand#getStylemethods - there is no
#getInstancemethod onMonetaryFormats, you probably mean `#getAmount
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.
I'd wanted to extend Unitful with a couple of units in a package of mine but I realized I did not understand most of the discussion about it in the documentation here.
Then I thought I'd just copy the UnitfulUS.jl example but it seems that it is not passing CI, which deterred me back
Provide nice Unicode symbols for fractional exponents wherever possible.
using namespace units;
using namespace units::si::literals;
std::cout << sqrt(1m) << "\n";> ^C
> ^C
> exit()
No such unit exit, did you mean spectral_exitance_frequency?
> ^C
> ^C
> ^C
> ^C
>
Expected term, got eof
> help
For information on how to use Rink, see the manual: https://github.com/tiffany352/rink-rs/wiki/Rink-Manual
> .exit
Expected term, got <Malformed number literal: No digits after decimal point>
> :q
Expected term, got `:`
> quit
-
Updated
Jun 4, 2020 - Java
-
Updated
Mar 16, 2020 - TypeScript
-
Updated
Mar 22, 2020 - Python
-
Updated
May 17, 2017 - Python
-
Updated
Jun 29, 2020 - Scala
-
Updated
May 24, 2019 - Swift
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
Jun 27, 2020 - TypeScript
-
Updated
Jul 13, 2019 - JavaScript
-
Updated
Jul 13, 2019 - PureScript
-
Updated
Apr 23, 2020 - Java
Currently ToString / Save methods in SharedParameterFile ignore the original format (e.g. the absence of Description and/or UserModifiable columns). File shall be persisted exactly as it was read
-
Updated
Mar 10, 2020 - Kotlin
-
Updated
Feb 27, 2020 - C++
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."
It is almost impossible to learn how to use SparseMatrix from the current documentation. The example code also isn't very useful. We need to improve the documentation and make it easier to grasp and include some real-world examples.
(Possibly related to #1166 and #1770?)