ladybird/LibC/math.h
Andreas Kling 9d05f6b7a7 Make bash-2.05b build with minimal changes.
This is really neat. :^)
2018-11-17 00:14:07 +01:00

13 lines
125 B
C

#pragma once
#include <sys/cdefs.h>
__BEGIN_DECLS
#define HUGE_VAL 1e10000
double pow(double x, double y);
__END_DECLS