xref: /petsc/src/sys/tests/output/ex28_1.out (revision 856bee69f0e0908e75ff837867b1777dfb1ced96)
1PetscAtan2Real(1.0,1.0) = 0.785398
2PetscAtan2Real(1.0,0.0) = 1.5708
3PetscAtan2Real(0.0,1.0) = 0.
4PetscAtan2Real(0.0,0.0) = 0.
5