Test Setup Failed
Push — master ( 4b837f...40f1ca )
by Arkadiusz
02:27
created
src/NeuralNetwork/ActivationFunction/Gaussian.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      */
14 14
     public function compute($value): float
15 15
     {
16
-        return exp(- $value ** 2);
16
+        return exp(-$value ** 2);
17 17
     }
18 18
 
19 19
     /**
Please login to merge, or discard this patch.