Import Upstream version 20180207
[hcoop/debian/mlton.git] / runtime / basis / Real / Real-consts.c
CommitLineData
7f918cf1
CE
1#include "platform.h"
2
3Real32_t Real32_Math_pi = (Real32_t)3.14159265358979323846;
4Real32_t Real32_Math_e = (Real32_t)2.71828182845904523536;
5
6Real64_t Real64_Math_pi = 3.14159265358979323846;
7Real64_t Real64_Math_e = 2.71828182845904523536;