We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6bee5b commit b5f0f87Copy full SHA for b5f0f87
1 file changed
README.md
@@ -73,7 +73,7 @@ Converting 38.5° Celsius into Fahrenheit:
73
```java
74
Qudt.convert(new BigDecimal("38.5"), Qudt.Units.DEG_C, Qudt.Units.DEG_F));
75
-->
76
-101.3003929999999551224000000000036unit:DEG_F
+101.3 unit:DEG_F
77
```
78
79
### Find unit by factor units
0 commit comments