Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
8
third-party/vendor/cexpr/tests/input/floats.h
vendored
Normal file
8
third-party/vendor/cexpr/tests/input/floats.h
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#define Float_0 0.
|
||||
#define Float_1 1f
|
||||
#define Float_p1 .1
|
||||
#define Float_2 2.0
|
||||
#define Float_1000 1e3
|
||||
#define Float_2000 2e+3
|
||||
#define Float_p001 1e-3
|
||||
#define Float_80 10.0*(1<<3)
|
||||
Loading…
Add table
Add a link
Reference in a new issue