03 March 2022 06:50:14 PM BLAS0_TEST C version Test the BLAS0 library. DMACH_TEST DMACH returns some approximate machine numbers. DMACH(1) = EPS = 2.220446e-16 DMACH(2) = TINY = 8.900295e-306 DMACH(3) = HUGE = 1.123558e+305 TEST015 R4_SIGN returns the sign of a number. -1.250000 -1.000000 -0.250000 -1.000000 0.000000 1.000000 0.500000 1.000000 9.000000 1.000000 TEST03 R8_SIGN returns the sign of a number. -1.250000 -1.000000 -0.250000 -1.000000 0.000000 1.000000 0.500000 1.000000 9.000000 1.000000 BLAS0_TEST Normal end of execution. 03 March 2022 06:50:14 PM