slsqp icon indicating copy to clipboard operation
slsqp copied to clipboard

Replace diff with epsilon test

Open jacobwilliams opened this issue 3 years ago • 0 comments
trafficstars

The diff function is a trick to check against the machine epsilon. Replace it with an actual test, and then we can eliminate this trick.

See: https://fortran-lang.discourse.group/t/looking-at-some-old-code/4580

jacobwilliams avatar Oct 21 '22 19:10 jacobwilliams