Add tests for the greatest of all libm functions

This commit is contained in:
Justine Tunney 2021-03-06 12:59:35 -08:00
parent bfef17eb6d
commit 937d921018
4 changed files with 319 additions and 28 deletions

View file

@ -17,7 +17,6 @@
PERFORMANCE OF THIS SOFTWARE.
*/
#include "libc/macros.internal.h"
.source __FILE__
// Returns arc tangent of 𝑦/𝑥.
//