Skip to content

Commit 1358967

Browse files
committed
Remove extra variable y.
1 parent f6192fb commit 1358967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench/mathematics/logistic-regression.fpcore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010

1111
(- (log (+ 1 (exp x))) (* x y)))
1212

13-
(FPCore (x y)
13+
(FPCore (x)
1414
:name "Logistic function from Lakshay Garg"
1515
(- (/ 2 (+ 1 (exp (* -2 x)))) 1))

0 commit comments

Comments
 (0)