Added the functionlist section to the .conf of the libraries present in
[AROS.git] / workbench / libs / mathieeesingtrans / mathieeesingtrans.conf
blob429630dd1a99b37405d1713a027362d74fb701b7
1 ##begin config
2 libbase  MathIeeeSingTransBase
3 basename MathIeeeSingTrans
4 version  41.0
5 ##end config
6 ##begin functionlist
7 LONG IEEESPAtan(LONG y) (D0)
8 LONG IEEESPSin(LONG y) (D0)
9 LONG IEEESPCos(LONG y) (D0)
10 LONG IEEESPTan(LONG y) (D0)
11 LONG IEEESPSincos(LONG *z, LONG y) (A0, D0)
12 LONG IEEESPSinh(LONG y) (D0)
13 LONG IEEESPCosh(LONG y) (D0)
14 LONG IEEESPTanh(LONG y) (D0)
15 LONG IEEESPExp(LONG y) (D0)
16 LONG IEEESPLog(LONG y) (D0)
17 LONG IEEESPPow(LONG x, LONG y) (D1, D0)
18 LONG IEEESPSqrt(LONG y) (D0)
19 LONG IEEESPTieee(LONG y) (D0)
20 LONG IEEESPFieee(LONG y) (D0)
21 LONG IEEESPAsin(LONG y) (D0)
22 LONG IEEESPAcos(LONG y) (D0)
23 LONG IEEESPLog10(LONG y) (D0)
24 ##end functionlist