Skip to content
Snippets Groups Projects
Commit b1bb3b9a authored by Lorenzo Moneta's avatar Lorenzo Moneta
Browse files

correct the doc

git-svn-id: http://root.cern.ch/svn/root/trunk@16153 27541ba8-7e3a-0410-8455-c3a389f83636
parent 5d2dc494
No related branches found
No related tags found
No related merge requests found
// @(#)root/mathcore:$Name: $:$Id: VectorUtil.h,v 1.8 2006/08/21 16:38:02 moneta Exp $
// @(#)root/mathcore:$Name: $:$Id: VectorUtil.h,v 1.9 2006/08/22 09:45:32 moneta Exp $
// Authors: W. Brown, M. Fischler, L. Moneta 2005
......@@ -454,11 +454,11 @@ namespace ROOT {
/**
Return a phi angle in the interval [0,2*PI)
Return a phi angle in the interval (0,2*PI]
*/
double Phi_0_2pi(double phi);
/**
Returns phi angle in the interval [-PI,PI)
Returns phi angle in the interval (-PI,PI]
*/
double Phi_mpi_pi(double phi);
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment