Open
Description
Like to see an arbitrary precision data type in stdlib. Other languages like python, c++, java and Julia have already implemented. As a programming language for scientific calculation, Fortran should have the arbitrary precision data type implemented as well.
GNU has a GMP multiple precision library for c++. To the Fortran side, there are David Bailey's MPfun2015 package (https://www.davidhbailey.com/dhbsoftware/) and David Smith's FM package (https://dmsmith.lmu.build/).
For arbitrary precision Lapack/Blas, there is mpack(http://mplapack.sourceforge.net/).