Skip to content

Instantly share code, notes, and snippets.

@david0
Created March 15, 2013 19:00
Show Gist options
  • Save david0/5172211 to your computer and use it in GitHub Desktop.
Save david0/5172211 to your computer and use it in GitHub Desktop.
Bug with TIGCC 0.96: atanh(-0.9) returns 1.4722 instead of -1.4722
#include <math.h>
#include <stdio.h>
#include <tigcclib.h>
#define RETURN_VALUE
void _main() {
push_END_TAG();
push_Float(atanh(-0.9));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment