Moved the square-root-function to `src/utils_math.c'.
[libopano.git] / src / utils_math.h
1 /*
2  *  Copyright (C) 2007  Florian octo Forster <octo at verplant.org>
3  *
4  *  This program is free software; you can redistribute it and/or modify it
5  *  under the terms of the GNU General Public License as published by the Free
6  *  Software Foundation; either version 2 of the License, or (at your option)
7  *  any later version.
8  *
9  *  This program is distributed in the hope that it will be useful, but
10  *  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11  *  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12  *  for more details.
13  *
14  *  You should have received a copy of the GNU General Public License along
15  *  with this program; if not, write to the Free Software Foundation, Inc., 51
16  *  Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
17  **/
18
19 int utils_sqrt2 (int x1, int x2);
20 int utils_atan2 (int y, int x);