mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Slicencium <silencium@wanadoo.es>:
Fix precision bug (bug 775) svn path=/trunk/; revision=17979
This commit is contained in:
parent
b06b7fb73a
commit
81441a8931
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
|||
// numerics are defined here for easier porting
|
||||
|
||||
typedef double calcfloat;
|
||||
#define FMT_DESC_FLOAT TEXT("%.32g")
|
||||
#define FMT_DESC_EXP TEXT("%.32e")
|
||||
#define FMT_DESC_FLOAT TEXT("%g")
|
||||
#define FMT_DESC_EXP TEXT("%e")
|
||||
|
||||
#define CALC_ATOF(x) atof(x)
|
||||
|
||||
|
|
Loading…
Reference in a new issue