field type is determined by what is calculated, you don't need to specify it. If you need a double/float and you are afraid of getting an integer, multiply the calculation by... 1.0 .... it will become double/float aka 64 bit floating point
field type is determined by what is calculated, you don't need to specify it. If you need a double/float and you are afraid of getting an integer, multiply the calculation by... 1.0 .... it will become double/float aka 64 bit floating point