Skip to content

Instantly share code, notes, and snippets.

@moustachio-belvedere
Created August 19, 2019 21:19
Show Gist options
  • Save moustachio-belvedere/b104ba1a63f746e031935a7c6637f4f5 to your computer and use it in GitHub Desktop.
Save moustachio-belvedere/b104ba1a63f746e031935a7c6637f4f5 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <float.h>
int main(void)
{
printf("%d\n", FLT_EVAL_METHOD);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment