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

// Trigonometric

// Hyperbolic

// Exponential and logarithmic

// Power

// Error and gamma

// Rounding and remainder

// Floating point manipulation

// Minimum, maximum, difference

#endif