diff --git a/X10D.Unity.dll b/X10D.Unity.dll index 44ed003..610f7ae 100644 Binary files a/X10D.Unity.dll and b/X10D.Unity.dll differ diff --git a/X10D.dll b/X10D.dll index f68d2eb..4a8888a 100644 Binary files a/X10D.dll and b/X10D.dll differ diff --git a/X10D.xml b/X10D.xml index 8a5c672..d4d7685 100644 --- a/X10D.xml +++ b/X10D.xml @@ -5812,6 +5812,14 @@ if is prime; otherwise, . + + + Calculates the lowest common multiple between the current 8-bit signed integer, and another 8-bit signed integer. + + The first value. + The second value. + The lowest common multiple between and . + Returns the multiplicative persistence of a specified value. @@ -6549,6 +6557,14 @@ if is prime; otherwise, . + + + Calculates the lowest common multiple between the current 16-bit signed integer, and another 16-bit signed integer. + + The first value. + The second value. + The lowest common multiple between and . + Performs a modulo operation which supports a negative dividend. @@ -6682,6 +6698,14 @@ if is prime; otherwise, . + + + Calculates the lowest common multiple between the current 32-bit signed integer, and another 32-bit signed integer. + + The first value. + The second value. + The lowest common multiple between and . + Performs a modulo operation which supports a negative dividend. @@ -6815,6 +6839,14 @@ if is prime; otherwise, . + + + Calculates the lowest common multiple between the current 64-bit signed integer, and another 64-bit signed integer. + + The first value. + The second value. + The lowest common multiple between and . + Performs a modulo operation which supports a negative dividend. @@ -7077,6 +7109,14 @@ if is prime; otherwise, . + + + Calculates the lowest common multiple between the current 8-bit signed integer, and another 8-bit signed integer. + + The first value. + The second value. + The lowest common multiple between and . + Performs a modulo operation which supports a negative dividend. @@ -7494,6 +7534,15 @@ otherwise. + + + Calculates the lowest common multiple between the current 16-bit unsigned integer, and another 16-bit unsigned + integer. + + The first value. + The second value. + The lowest common multiple between and . + Returns the multiplicative persistence of a specified value. @@ -7582,6 +7631,15 @@ otherwise. + + + Calculates the lowest common multiple between the current 32-bit unsigned integer, and another 32-bit unsigned + integer. + + The first value. + The second value. + The lowest common multiple between and . + Returns the multiplicative persistence of a specified value. @@ -7670,6 +7728,15 @@ otherwise. + + + Calculates the lowest common multiple between the current 64-bit unsigned integer, and another 64-bit unsigned + integer. + + The first value. + The second value. + The lowest common multiple between and . + Returns the multiplicative persistence of a specified value. diff --git a/package.json b/package.json index 626072f..6928362 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://oliverbooth.dev" }, "displayName": "X10D", - "version": "3.2.0-nightly.180", + "version": "3.2.0-nightly.181", "unity": "2021.3", "description": "Extension methods on crack", "keywords": [