aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/libc/math.h
blob: 0ecde4ee762da2d299b7e7007900cda8f0c17de6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef MELVIX_MATH_H
#define MELVIX_MATH_H

// Trigonometric

// Hyperbolic

// Exponential and logarithmic

// Power
int pow(int base, int exp);

// Error and gamma

// Rounding and remainder

// Floating point manipulation

// Minimum, maximum, difference

#endif