X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=68020%2Finclude%2Fape%2Fmath.h;fp=68020%2Finclude%2Fape%2Fmath.h;h=3d2276bd651bc45822668337864aad9d1ea380be;hb=be3809866ce89d2dcac0b02f2ec7b49b5393cb56;hp=5fa37480126da222ecc7a2ac12f9301444b84ed4;hpb=930efe67e81635e632f1e6f93e1c56499c79a55f;p=plan9front.git diff --git a/68020/include/ape/math.h b/68020/include/ape/math.h index 5fa374801..3d2276bd6 100644 --- a/68020/include/ape/math.h +++ b/68020/include/ape/math.h @@ -15,6 +15,7 @@ extern double asin(double); extern double atan(double); extern double atan2(double, double); extern double cos(double); +extern double hypot(double, double); extern double sin(double); extern double tan(double); extern double cosh(double); @@ -36,6 +37,7 @@ extern double NaN(void); extern int isNaN(double); extern double Inf(int); extern int isInf(double, int); +extern double fmin(double, double); #ifdef _RESEARCH_SOURCE /* does >> treat left operand as unsigned ? */