diff options
author | Bruce Wells <brucekwells@gmail.com> | 2019-01-11 04:15:53 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-11 04:15:53 +0300 |
commit | 92445b50835cb68aa98cb92f1422695cae8c7343 (patch) | |
tree | e65b68200d122f4c8afbf772203dc63002ad3c7f | |
parent | 0adcdeeb1bcbed83a7cfc5041177485935e278b3 (diff) | |
parent | ba505031a329eaf632d1af646308482f9db57b68 (diff) |
Merge branch 'master' into master
-rw-r--r-- | src/NXP/MathExecutor.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NXP/MathExecutor.php b/src/NXP/MathExecutor.php index d123c09..29c6a64 100644 --- a/src/NXP/MathExecutor.php +++ b/src/NXP/MathExecutor.php @@ -303,7 +303,7 @@ class MathExecutor { return [ 'pi' => 3.14159265359, - 'e' => 2.71828182846 + 'e' => 2.71828182846 ]; } } |