资料
  • 资料
  • 专题
MicroFloat
推荐星级:
时间:2019-12-22
大小:110.44KB
阅读数:327
上传用户:givh79_163.com
查看他发布的资源
下载次数
0
所需E币
5
ebi
新用户注册即送 300 E币
更多E币赚取方法,请查看
close
资料介绍
net.dclausen.microfloat J2ME floating-point library README.txt--------------------------------------------------------------INTRODUCTION------------This is a Java library for performing floating-point calculations onsmall devices such as mobile phones which lack native support forfloating-point numbers.COPYRIGHT---------The contents of this library are Copyright (c) 2003,2004 David Clausen,all rights reserved. Use and distribution are governed by the GNUGeneral Public License, which is fully explained in the included LICENSE.txt file. CONTACT-------Visit the project's homepage at http://www.dclausen.net/projects/microfloat for updates, more information, and instructions on contacting the author.RELEASE NOTES-------------version 1.0: August 2 2004Initial public releaseMicroFloat is a Java software library for doing IEEE-754 floating-point math on small devices which don't have native support for floating-point types. Basically this means Java-powered mobile phones (J2ME CLDC 1.0), but I imagine that it could be useful in other similar environments, such as embedded systems.In this package you get support for 32-bit "float" and 64-bit "double" data types, including all primitive operations supported by J2SE (add, subtract, multiply, divide, mod, comparisons, typecasts) as well as a full reproduction of all methods in java.lang.Math (sin, cos, exp, pow, log, etc.). In theory, these operations should return results which are fully compliant with the IEEE-754 and J2SE specs. Consult the javadoc for more information on how to use the library.……
版权说明:本资料由用户提供并上传,仅用于学习交流;若内容存在侵权,请进行举报,或 联系我们 删除。
相关评论 (下载后评价送E币 我要评论)
没有更多评论了
  • 可能感兴趣
  • 关注本资料的网友还下载了
  • 技术白皮书