I have 5 parameters setup. 3 of those parameters are constants. One of them multiplies the 3 constant parameters together. The last parameter divides the afore mentioned parameter by a constant. The parameter that divides throws an error.
All constants are "Length" as are the parameters that perform multiplication and division. The parameter that multiplies works just fine. I can't figure out why it won't divide.

All constants are "Length" as are the parameters that perform multiplication and division. The parameter that multiplies works just fine. I can't figure out why it won't divide.