Valtteri Koskivuori
|
61cea6a29d
LibM: Implement fmodf()
|
5 years ago |
Andreas Kling
|
e97a229b90
LibM: Add (not very good) round() implementation
|
5 years ago |
Linus Groh
|
220ecde626
LibM: Improve pow() and powf()
|
5 years ago |
Linus Groh
|
c7b4b5fe00
LibM: Fix ceil() and ceilf() for negative numbers
|
5 years ago |
Valtteri Koskivuori
|
24b5fd4c4c
LibM: Implement floating point variants of various math functions
|
5 years ago |
Andreas Kling
|
94ca55cefd
Meta: Add license header to source files
|
5 years ago |
Andreas Kling
|
3b2f20ed4d
LibM: Implement some naive functionality to make VVVVVV run
|
5 years ago |
Valtteri Koskivuori
|
b8ac14a873
LibM: Implement pow()
|
5 years ago |
Emanuel Sprung
|
e7affa24dc
LibC, LibM: Add functions needed to compile python3
|
5 years ago |
Andreas Kling
|
4565b2d2d9
LibM: Add back ampsin() since it was still used by tan()
|
5 years ago |
Jesse
|
bcf3a4457f
LibM: Fixed sin() precision (#726)
|
5 years ago |
Andreas Kling
|
570c6c8458
LibM: Make roundf() and ceilf() slightly less terrible
|
5 years ago |
Andreas Kling
|
9eaaaeec6e
LibM: Add dummy implementations of roundf() and ceilf()
|
5 years ago |
Andreas Kling
|
c13be2c7ea
LibM: Implement various functions.
|
5 years ago |
Andreas Kling
|
dd696e7c75
LibM: Fix Toolchain build
|
5 years ago |
Andreas Kling
|
941981ec4f
LibM: Implement various trig functions
|
5 years ago |
Sergey Bugaev
|
cfe8fdd5aa
LibM: Implement sqrt()
|
6 years ago |
Andreas Kling
|
04b9dc2d30
Libraries: Create top level directory for libraries.
|
6 years ago |