Java开发网 |
注册 |
登录 |
帮助 |
搜索 |
排行榜 |
发帖统计
|
您没有登录 |
» Java开发网 » Java SE 综合讨论区
打印话题 寄给朋友 订阅主题 |
作者 | Re:请问如何将Sun的浮点数变换成Intel的浮点数? [Re:huqp] |
zhongyijie
发贴: 36 积分: 30 |
于 2003-07-18 10:43
Description In the Java 2 platform and later, floating point calculations can now be done using the IEEE 754 extended-precision formats. These formats permit the exponent portion of intermediate results to be wider than the 32- or 64-bit size of the end result of the operation. In the original Java virtual machine specification, floating point operations were required to truncate intermediate results of calculations, which is now called strict mode. The strictfp keyword, added in the Java 2 SDK, forces floating point calculations in methods to operate in strict mode. All the methods in a class declared with the strictfp keyword will operate in strict mode. The default mode on Windows for methods that do not use the strictfp keyword is to use the wider exponent on the operand stack. The wider exponent improves the performance of floating point operations. A wider exponent would not help performance on Solaris, so the default mode is the same as strict mode. In most situations, default mode will give you the same result as strict mode. The result of a floating point operation in default mode will differ from the strict mode result only if the calculation overflows or underflows in strict mode in places it doesn't in default mode. Since most floating point calculations occur nowhere near underflow or overflow, default mode will most often yield the same result as strict mode. Source: The Java Language Specification. Copyright (C) 1996 Sun Microsystems, Inc. 清楚了吗? 基于WEB的J2EE报表解决方案集锦 |
话题树型展开 |
人气 | 标题 | 作者 | 字数 | 发贴时间 |
2105 | [j2se]请问如何将Sun的浮点数变换成Intel的浮点数? | huqp | 0 | 2003-05-30 18:04 |
1686 | Re:请问如何将Sun的浮点数变换成Intel的浮点数? | zhongyijie | 1502 | 2003-07-18 10:43 |
1739 | Re:请问如何将Sun的浮点数变换成Intel的浮点数? | zhongyijie | 186 | 2003-07-18 10:52 |
已读帖子 新的帖子 被删除的帖子 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |