Created
March 15, 2013 19:00
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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