所需E币: 5
时间: 2019-12-22 04:26
大小: 110.44KB
net.dclausen.microfloatJ2MEfloating-pointlibraryREADME.txt--------------------------------------------------------------INTRODUCTION------------ThisisaJavalibraryforperformingfloating-pointcalculationsonsmalldevicessuchasmobilephoneswhichlacknativesupportforfloating-pointnumbers.COPYRIGHT---------ThecontentsofthislibraryareCopyright(c)2003,2004DavidClausen,allrightsreserved.UseanddistributionaregovernedbytheGNUGeneralPublicLicense,whichisfullyexplainedintheincludedLICENSE.txtfile.CONTACT-------Visittheproject'shomepageathttp://www.dclausen.net/projects/microfloatforupdates,moreinformation,andinstructionsoncontactingtheauthor.RELEASENOTES-------------version1.0:August22004InitialpublicreleaseMicroFloatisaJavasoftwarelibraryfordoingIEEE-754floating-pointmathonsmalldeviceswhichdon'thavenativesupportforfloating-pointtypes.BasicallythismeansJava-poweredmobilephones(J2MECLDC1.0),butIimaginethatitcouldbeusefulinothersimilarenvironments,suchasembeddedsystems.Inthispackageyougetsupportfor32-bit"float"and64-bit"double"datatypes,includingallprimitiveoperationssupportedbyJ2SE(add,subtract,multiply,divide,mod,comparisons,typecasts)aswellasafullreproductionofallmethodsinjava.lang.Math(sin,cos,exp,pow,log,etc.).Intheory,theseoperationsshouldreturnresultswhicharefullycompliantwiththeIEEE-754andJ2SEspecs.Consultthejavadocformoreinformationonhowtousethelibrary.……