Skip to content

Commit

Permalink
added a desmos link for super_sigmoid
Browse files Browse the repository at this point in the history
  • Loading branch information
bean-mhm committed Jun 24, 2023
1 parent 0475eec commit 84b2b54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions super_sigmoid.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import numpy as np


# https://www.desmos.com/calculator/khkztixyeu
def super_sigmoid(inp, toe_x, toe_y, shoulder_x, shoulder_y):
# Clip
inp = np.clip(inp, 0, 1)
Expand Down

0 comments on commit 84b2b54

Please sign in to comment.