mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
LibM: Implement various trig functions
Patch from Anonymous.
This commit is contained in:
parent
3ebfa9f044
commit
941981ec4f
Notes:
sideshowbarker
2024-07-19 11:52:53 +09:00
Author: https://github.com/awesomekling
Commit: 941981ec4f
3 changed files with 129 additions and 9 deletions
|
@ -5,6 +5,7 @@
|
|||
__BEGIN_DECLS
|
||||
|
||||
#define HUGE_VAL 1e10000
|
||||
#define M_E 2.718281828459045
|
||||
#define M_PI 3.141592653589793
|
||||
#define M_PI_2 (M_PI / 2)
|
||||
#define M_TAU (M_PI * 2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue