This function can be used to return the largest value when the dividend is divided by the divider.
|
Use these 2 functions to convert Celsius to Fahrenheit and vice versa.
|
Use this function make a double number from a single number, e.g change 9 into 09
|
Convert Hex numbers to Dec numbers with this simple function. Useful for converting Hex numbers to RGB colour codes.
|
Create a random ID with this handy snippet.
|
The RoundTo function can be used to round numbers. Pretty easy stuff.
|
This is a simple math function to add, substract, times and divide.
|
Use this really handy function to extract numbers from strings, e.g 45 Main Street.
|
Use this handy function to add a number of zeros infront of a number, e.g 21 becomes 00021.
|