From 4d27cceabbf84de1e356d3eeec765b87534e6886 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Tue, 5 Jan 2016 18:28:28 +0100 Subject: [PATCH] Update README MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit remove caveats as they are not really related to this project, but rather general problems w/ the Java type system. Signed-off-by: Sebastian Hoß --- README.asciidoc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index 4c772ce..f43c3f6 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -241,10 +241,6 @@ BigDecimal bytes = kibibyte(2).inByte() // 2 048 BigDecimal terabytes = gigabyte(15).inTerabyte() // 0.015 ---- -=== Caveats - -Be wary of overflow when working with `long`. To be safe, always use `BigInteger` as input values. - === Integration To use this project just declare the following dependency inside your POM: -- 2.11.4.GIT