I am attempting to make a suvat calculator and require to have some form of way to have two different types of variable stored in one variable.
For those unaware of suvat. suvat equations are a collection of equations which allows for each of the five variables to be found from only three known variables.
This means that I need to be able to have a variable hold a float and a null value. Is there any way of doing this?