Skip to content

Commit 0c4333e

Browse files
author
Federico Fissore
committed
Added new EULER constant. Fixes arduino#1792
1 parent 9201dd1 commit 0c4333e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/arduino/wiring_constants.h

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ extern "C"{
3838
#define TWO_PI 6.283185307179586476925286766559
3939
#define DEG_TO_RAD 0.017453292519943295769236907684886
4040
#define RAD_TO_DEG 57.295779513082320876798154814105
41+
#define EULER = 2.718281828459045235360287471352
4142

4243
#define SERIAL 0x0
4344
#define DISPLAY 0x1

0 commit comments

Comments
 (0)