childs -> children.
[AROS.git] / workbench / libs / mathieeesingtrans / ieeespfieee.c
blob75a2c11d6508d7f60a9d985e9d262773db179b49
1 /*
2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include "mathieeesingtrans_intern.h"
8 /*
9 FUNCTION
10 Convert IEEE single to IEEE single
11 It just returns the input parameter.
13 RESULT
14 IEEE single precision floting point number
16 NOTES
18 EXAMPLE
20 BUGS
22 SEE ALSO
24 INTERNALS
26 HISTORY
29 AROS_LH1(float, IEEESPFieee,
30 AROS_LHA(float, y, D0),
31 struct Library *, MathIeeeSingTransBase, 18, MathIeeeSingTrans
34 AROS_LIBFUNC_INIT
36 return y;
38 AROS_LIBFUNC_EXIT