start service tasks separately in-case platforms need to perform additional set-up...
[AROS.git] / workbench / libs / mathieeesingtrans / ieeesptieee.c
blobd442ad975361ce0a18630079fd8f33f0d178852f
1 /*
2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include "mathieeesingtrans_intern.h"
8 /*****************************************************************************
10 NAME */
12 AROS_LH1(float, IEEESPTieee,
14 /* SYNOPSIS */
15 AROS_LHA(float, y, D0),
17 /* LOCATION */
18 struct Library *, MathIeeeSingTransBase, 17, MathIeeeSingTrans)
20 /* FUNCTION
21 Convert IEEE single to IEEE single
22 It just returns the input parameter.
24 INPUTS
26 RESULT
27 IEEE single precision floting point number
29 BUGS
31 INTERNALS
33 *****************************************************************************/
35 AROS_LIBFUNC_INIT
37 return y;
39 AROS_LIBFUNC_EXIT