Make BigInteger/BigDecimal useable
----------------------------------

         Key: CAROB-68
         URL: https://forge.continuent.org/jira/browse/CAROB-68
     Project: Carob
        Type: New Feature
  Components: C++ API  
    Versions: V1.0 - beta    
    Reporter: Gilles Rayrat
 Assigned to: Gilles Rayrat 


BigDecimal class holds an array of signed bytes (roughly deserialized as-is 
from java representation) that is un-usable.
We should provide utility function for string representation + base-type 
(double, float, ...) conversions
An easy & quick way to do this could be to use external library like GMP 
(http://www.swox.com/gmp/)
We should investigate other libs, or evaluate time needed to implement our own 
code

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob

Reply via email to