From aa305af7bfb31415bf6c721fc17e710c965e8b0f Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Sun, 3 May 2015 02:22:22 +0000 Subject: [PATCH] Added Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da14269..a5b00c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Deveel Math =========== +[![Join the chat at https://gitter.im/deveel/deveel-math](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/deveel/deveel-math?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + This is the port of the Java Math library implemented by the Apache Harmony framework, that is used to factorize big numbers and decimals, for the .NET and Mono frameworks. In fact the native .NET support for decimal numbers appear to be limited in several contexts, leading some independent developments of the support within applications.