9 May 2025 9:14:36.064 PM gfortran_quadmath_test(): FORTRAN90 version Test the GFORTRAN quadmath facility. TEST01 Using REAL arithmetic: Compute smallest 1/2^DIV that can be added to 1. Number of divisions DIV = 23 1/2^DIV = 0.119209E-06 Machine epsilon = 0.119209E-06 TEST02 Using REAL ( KIND = 8 ) arithmetic: Compute smallest 1/2^DIV that can be added to 1. Number of divisions DIV = 52 1/2^DIV = 0.222045E-15 Machine epsilon = 0.222045E-15 TEST03 Using REAL ( KIND = 10 ) arithmetic: Compute smallest 1/2^DIV that can be added to 1. Number of divisions DIV = 63 1/2^DIV = 0.108420E-18 Machine epsilon = 0.108420E-18 gfortran_quadmath_test(): Normal end of execution. 9 May 2025 9:14:36.064 PM