sbool closeToOne(double d, double tolerance) { ret d <= 1+tolerance && d >= 1/(1+tolerance); }
Began life as a copy of #1024905
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1024906 |
| Snippet name: | closeToOne - between (1/1+tolerance) and 1+tolerance |
| Eternal ID of this version: | #1024906/2 |
| Text MD5: | 55d6bf2be2efe981e3c8fe6aa125ebb6 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-08-29 13:20:51 |
| Source code size: | 98 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 422 / 476 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |