$OpenBSD: patch-kcalc_kcalctype_h,v 1.1 2010/05/22 10:14:34 espie Exp $
--- kcalc/kcalctype.h.orig	Sat May 22 11:39:55 2010
+++ kcalc/kcalctype.h	Sat May 22 11:41:37 2010
@@ -53,20 +53,20 @@
 	#define MODF(X,Y)	modfl(X,Y)
 	#define SIN(X)		sinl(X)
 	#define ASIN(X)		asinl(X)
-	#define SINH(X)		sinhl(X)
-	#define ASINH(X)	asinhl(X)
+	#define SINH(X)		sinh(X)
+	#define ASINH(X)	asinh(X)
 	#define COS(X)		cosl(X)
-	#define COSH(X)		coshl(X)
+	#define COSH(X)		cosh(X)
 	#define ACOS(X)		acosl(X)
-	#define ACOSH(X)	acoshl(X)
+	#define ACOSH(X)	acosh(X)
 	#define TAN(X)		tanl(X)
-	#define TANH(X)		tanhl(X)
-	#define ATAN(X)		atanl(X)
-	#define ATANH(X)	atanhl(X)
-	#define EXP(X)		expl(X)
+	#define TANH(X)		tanh(X)
+	#define ATAN(X)		atan(X)
+	#define ATANH(X)	atanh(X)
+	#define EXP(X)		exp(X)
 	#define POW(X,Y)	powl(X,Y)
-	#define LN(X)		logl(X)
-	#define LOG_TEN(X)	log10l(X)
+	#define LN(X)		log(X)
+	#define LOG_TEN(X)	log10(X)
 	#define SQRT(X)		sqrtl(X)
 	#define CBRT(X)		cbrtl(X)
 	#define ISINF(X)	isinfl(X)
