chiark / gitweb /
asshelp.c: add a lot of debug logging
[gnupg2.git] / g10 / sqrtu32.h
1 /* sqrtu32.h - Return the very approximate sqrt of an unsigned integer.
2  *
3  * This file by g10 Code GmbH
4  *
5  * To the extent possible under law, the person who associated CC0 with
6  * g10 Code GmbH has waived all copyright and related or neighboring rights
7  * to this file.
8  *
9  * You should have received a copy of the CC0 legalcode along with this
10  * work.  If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
11  */
12
13 /* Return the very approximate square root of an unsigned integer.  */
14 float sqrtu32 (unsigned int i);