[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tyndur-devel] [PATCH] sinh, cosh, tanh und Variationen hinzugefügt
On Wed, Mar 09, 2011 at 04:37:04PM +0100, Patrick Pokatilo wrote:
> + sinh, cosh, tanh, sinhf, coshf, tanhf, sinhl, coshl, tanhl
>
> Signed-off-by: Patrick Pokatilo <shyxormz@xxxxxxxxxx>
> ---
> src/modules/include/math.h | 12 +++++++-
> src/modules/lib/stdlibc/math/fcos.c | 40 +++++++++++++++++++++++++++
> src/modules/lib/stdlibc/math/fsin.c | 52 +++++++++++++++++++++++++++++++++++
> src/modules/lib/stdlibc/math/ftan.c | 32 +++++++++++++++++++++
> 4 files changed, 135 insertions(+), 1 deletions(-)
Danke, ist drin.