aboutsummaryrefslogtreecommitdiff
path: root/src/userspace/libc/math.h
blob: a2010c9937a9e1961b6a688eaed3de82c3cd8c1b (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