Converter changes

This commit is contained in:
serso
2016-04-04 16:32:54 +02:00
parent fe4b82cadb
commit 5571ff9c8a
6 changed files with 285 additions and 72 deletions

View File

@@ -175,7 +175,8 @@ public class JsclMathEngine implements MathEngine {
}
}
private String formatDec(@Nonnull Double value) {
@Nonnull
public String formatDec(@Nonnull Double value) {
if (value == 0d) {
return "0";
}