xref: /petsc/src/sys/tests/output/ex28_1.out (revision 05552d4bd0342c207cc7c527d55aae516dc232d5)
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