[
http://issues.apache.org/jira/browse/MATH-155?page=comments#action_12428971 ]
Chetan commented on MATH-155:
-----------------------------
Yes,String representaion should be ok .
Something like
String (String fromBase,String toBase,String number)
For instance
if I want to convert 2147483647(in dec) to base 36(ZIK0J)
i would want it to look like
convertToRequiredBaseAndReturnString("10","36","2147483647);
> Number Base Conversion
> ----------------------
>
> Key: MATH-155
> URL: http://issues.apache.org/jira/browse/MATH-155
> Project: Commons Math
> Issue Type: New Feature
> Affects Versions: 1.2 Final
> Environment: NA
> Reporter: Chetan
>
> I think a maths package without a base conversion utility is quite incomplete.
> Would request you to include this feature in the package for the next release.
> From a user's perspective I would like to have a library that goes beyond the
> usual binary,octal,hexadecimal conversions.
> Would really be helpful if the library is very generic so as to support
> convert(Base from,Base to) calls.
> Pls let me know what you feel about this.Currently i am on the lookout for a
> base conversion class etc but haven't managed to hit upon anything that
> serves my purpose.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]