diff --git a/X10D.Unity.dll b/X10D.Unity.dll
index 3c220ad..1de0ff2 100644
Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ
diff --git a/X10D.dll b/X10D.dll
index 8d51099..0bd5887 100644
Binary files a/X10D.dll and b/X10D.dll differ
diff --git a/X10D.xml b/X10D.xml
index 17e0193..000b45e 100644
--- a/X10D.xml
+++ b/X10D.xml
@@ -7098,6 +7098,20 @@
The gamma value to use for encoding.
The gamma-encoded value.
+
+
+ Returns the incremental sawtooth wave of a given value.
+
+ The value to calculate.
+ The sawtooth wave of the given value.
+
+
+
+ Returns the incremental sawtooth wave of a given value.
+
+ The value to calculate.
+ The sawtooth wave of the given value.
+
Converts a value from being a percentage of one range, to being the same percentage in a new range.
@@ -7120,6 +7134,28 @@
The new maximum value.
The scaled value.
+
+
+ Calculates the sigmoid function for the given input value.
+
+ The input value for which to calculate the sigmoid function.
+ The result of applying the sigmoid function to the input value.
+
+ The sigmoid function is a commonly used activation function in artificial neural networks and logistic regression. It
+ maps any real-valued number to a value between 0 and 1.
+
+
+
+
+ Calculates the sigmoid function for the given input value.
+
+ The input value for which to calculate the sigmoid function.
+ The result of applying the sigmoid function to the input value.
+
+ The sigmoid function is a commonly used activation function in artificial neural networks and logistic regression. It
+ maps any real-valued number to a value between 0 and 1.
+
+
Performs smooth Hermite interpolation from one value to a target using a specified alpha.
diff --git a/package.json b/package.json
index a3e3c62..b2f770f 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"url": "https://oliverbooth.dev"
},
"displayName": "X10D",
- "version": "3.2.0-nightly.221",
+ "version": "3.2.0-nightly.222",
"unity": "2021.3",
"description": "Extension methods on crack",
"keywords": [