From 93e2516c73cd92bb435fefb16d11f4d8dc0cfe60 Mon Sep 17 00:00:00 2001 From: jofret Date: Fri, 20 Apr 2007 12:34:21 +0000 Subject: Log Implementation used for tangeant. --- src/elementaryFunctions/log/clogs.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/elementaryFunctions/log/clogs.c') diff --git a/src/elementaryFunctions/log/clogs.c b/src/elementaryFunctions/log/clogs.c index e69de29b..54b33d13 100644 --- a/src/elementaryFunctions/log/clogs.c +++ b/src/elementaryFunctions/log/clogs.c @@ -0,0 +1,18 @@ +/* +** -*- C -*- +** +** clogs.c +** Made by Bruno JOFRET +** +** Started on Fri Apr 20 14:29:12 2007 jofret +** Last update Fri Apr 20 14:35:03 2007 jofret +** +** Copyright INRIA 2007 +*/ + +#include "log.h" + +floatComplex clogs(floatComplex in) { + /* FIXME : Implementation */ + return FloatComplex(0, 0); +} -- cgit