aboutsummaryrefslogtreecommitdiff
path: root/include/usr/math.h
blob: d3f9591b9674bc77a3d8c1b0247a713270ff7334 (plain)
1
2
3
4
5
6
#ifndef USR_MATH_H
#define USR_MATH_H

unsigned long sqrt_rnd(unsigned long square);

#endif