05-22-2020
03:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-22-2020
03:35 AM
@alewer wrote:One more point about X=74.99999: another look at your code and your error ths could also easily come from what appears to be a rather inexact approximation of pi. Try using 2 * Math.Atn(1) instead of 3.14159... / 2.
I have tried this and its not same, isn't it?