04 March 2022 02:42:04 PM BLAS0_TEST C++ version Test the BLAS0 library. DMACH_TEST DMACH returns some approximate machine numbers. DMACH(1) = EPS = 2.22045e-16 DMACH(2) = TINY = 8.9003e-306 DMACH(3) = HUGE = 1.12356e+305 TEST015 R4_SIGN returns the sign of a number. -1.25 -1 -0.25 -1 0 1 0.5 1 9 1 TEST03 R8_SIGN returns the sign of a number. -1.25 -1 -0.25 -1 0 1 0.5 1 9 1 BLAS0_TEST Normal end of execution. 04 March 2022 02:42:04 PM