Yutaka Masuda

Results 1 issues of Yutaka Masuda

Inspied by [Julia](https://docs.julialang.org/en/v1/base/math/#Base.isapprox), I would like to have a function to compare two floating-point numbers with a tolerance, useful for testing. ```Fortran elemental function is_approximated_1(x) result(nearly_equal) real(dp),intent(in) :: x logical...

topic: mathematics