Changes between Version 76 and Version 77 of DatabaseBasedAnalysis
- Timestamp:
- 08/06/18 16:51:31 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DatabaseBasedAnalysis
v76 v77 793 793 794 794 {{{#!div style="background: #8d8; border: 3px ridge" 795 Conclusion: Wherever you use floating-point values in your query and you are not interested in a 100% machine independent result, write them as ''floating-point'' values by appending `e0` instead of ''exact'' values. 796 }}} 795 Conclusion: Wherever you use floating-point values in your query and you are not interested in a 100% machine independent result, write them as ''floating-point'' values by appending `e0` instead of ''exact'' values. For integer values (numbers without fractional parts) this is not needed. They mix well with floating-point values and thus no internal conversion is required. 796 }}}