1 2/* INCLUDES ******************************************************************/ 3 4/* We need one of these first! */ 5/* #include <kxarm64.h> */ 6 7/* CODE **********************************************************************/ 8 9 TEXTAREA 10 11 LEAF_ENTRY atan2 12 /* TODO: add an assert fail call, as this is unimplemented */ 13 LEAF_END atan2 14 15 END 16/* EOF */ 17