aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Wells <brucekwells@gmail.com>2019-01-11 04:15:53 +0300
committerGitHub <noreply@github.com>2019-01-11 04:15:53 +0300
commit92445b50835cb68aa98cb92f1422695cae8c7343 (patch)
treee65b68200d122f4c8afbf772203dc63002ad3c7f
parent0adcdeeb1bcbed83a7cfc5041177485935e278b3 (diff)
parentba505031a329eaf632d1af646308482f9db57b68 (diff)
Merge branch 'master' into master
-rw-r--r--src/NXP/MathExecutor.php2
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
];
}
}