mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 20:14:58 +00:00
12 lines
125 B
C
12 lines
125 B
C
#pragma once
|
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
#define HUGE_VAL 1e10000
|
|
|
|
double pow(double x, double y);
|
|
|
|
__END_DECLS
|
|
|