.TH "INSTALL/test_zminMax.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME INSTALL/test_zminMax.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "program \fBzmul\fP" .br .RI "zminMax tests the robustness and precision of the double-valued intrinsic operators MIN and MAX " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "program zmul" .PP zminMax tests the robustness and precision of the double-valued intrinsic operators MIN and MAX .PP \fBAuthor\fP .RS 4 Weslley S\&. Pereira, University of Colorado Denver, U\&.S\&. .PP .nf !> !> Tests with pairs of numbers (x,y): !> Inf inputs where x < y: !> (1) (-Inf, 0) !> (2) ( 0 , Inf) !> (3) (-Inf, Inf) !> Inf inputs where x > y: !> (4) ( 0 ,-Inf) !> (5) ( Inf, 0) !> (6) ( Inf,-Inf) !> NaN inputs to test NaN propagation: !> (7) ( 0 , NaN) !> (8) ( NaN, 0) !> The program tests MIN(x,y) and MAX(x,y) for every pair !> !> .fi .PP .RE .PP .PP Definition at line \fB34\fP of file \fBtest_zminMax\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.