Nathaniel Shaffer
Nathaniel Shaffer
I don't see an issue with allowing `nan` to be called without arguments. However, it should return a default `real`, not `real(sp)`. Our API should not make reference to specific...
So this is an irrelevant detail, but I thought I'd share my findings: if `nan` were an intrinsic function it would *not* be allowed to have interfaces both with and...
LeftIntegral and RightIntegral? LeftIntegral is used in the Fractional Integral Equation example notebook but doesn't appear in the docs. More generally, as a new user, I find level of the...
What precision should these constants be? Do we define, e.g., `pi_sp`, `pi_dp`, `pi_qp` and then expect the user to choose the one they want (giving them the chance to rename...
I wonder if there's a performance penalty for just providing the highest precision available on a compiler. I tested the following: program test use, intrinsic :: iso_fortran_env, only: dp =>...