Xinqi Bao's Git
projects
/
XbSlicer.git
/ blob
summary
|
log
|
commit
|
diff
|
tree
history
|
raw
|
HEAD
XbSlicer, re-organized the entire project
[XbSlicer.git]
/
src
/
DoubleToString.hh
1
#pragma once
2
3
char* formatDouble(double d, char* p);
4
extern const char digits[4000];