(Firstly I should have said CLDC 1.1, not MIDP 2.0)
I need to use functions similar to Math.exp() and Math.log() that are available in Jave SE. Anybody know of any implementations of these methods for Java ME. I know of implementations that use fixed point methods, but these are more intended for MIDP 1.0 when there were no floats or doubles. Anybody know of simple implementations of these methods for MIDP 2.0 that use floating point mathematics?

Reply With Quote

