Files
.github
.vscode
arch
core
exec
files
include
include_std
sys
algorithm
assert.h
atomic
bitset
cassert
cctype
cfloat
climits
cmath
coroutine
cstddef
cstring
ctype.h
dlfcn.h
errno.h
exception
float.h
functional
initializer_list
inttypes.h
ios
iostream
istream
iterator
limits
limits.h
list
locale
math.h
memory
memory.h
mutex
new
ostream
pthread.h
ranges
sched.h
signal.h
stdarg.h
stdatomic.h
stdbool.h
stddef.h
stdexcept
stdint.h
stdio.h
stdlib.h
streambuf
string
string.h
string_view
strings.h
stropts.h
system_error
termios.h
thread
time.h
tuple
type_traits
typeinfo
unistd.h
unordered_map
utility
utsname.h
vector
wchar.h
kshell
library
network
profiling
storage
syscalls
tasking
tests
virtualization
.gdbinit
.gitignore
CREDITS.md
Doxyfile
ISSUES.md
LICENSE.md
LICENSES.md
Makefile
README.md
TODO.md
dump.sh
kernel.cpp
kernel.h
kernel_config.cpp
kernel_thread.cpp
kernel_vfs.cpp
Kernel/include_std/math.h

22 lines
721 B
C

/*
This file is part of Fennix Kernel.
Fennix Kernel is free software: you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of
the License, or (at your option) any later version.
Fennix Kernel is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Fennix Kernel. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef _MATH_H
#define _MATH_H
#endif // !_MATH_H