Skip to content

Commit

Permalink
Update qp_sigmoid.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
dwasint authored Jun 19, 2024
1 parent ee930cb commit 3b3ec4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__HELPERS/math_curves/qp_sigmoid.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// defines a half sigmoid function in the Q p-adic field of numbers

/proc/qp_sigmoid(mid_point, max_value, x)
return (max_value * x)/(mid_point + abs(x))
return (max_value * x)/(mid_point + abs(x))

0 comments on commit 3b3ec4d

Please sign in to comment.