4 * Revision 1.1 2001/04/04 05:43:37 wang
5 * First commit: compiles on Linux, Amiga, Windows, Windows CE, generic gcc
7 * Revision 1.1 1998/07/02 17:16:35 bnv
15 /* ----------------- Lpow --------------------- */
17 Latan2( const PLstr to
, const PLstr x
, const PLstr y
)
19 Lrcpy(to
, atan2(Lrdreal(x
),Lrdreal(y
)));