Digital signal processors (DSPs) and general-purpose processors, such as the processors in desktop computers, differ from each other. Digital signal processors (DSPs) manage positive and negative infinity differently than PCs.
On PCs, any operation with infinity generally returns either infinity or a domain error.
The value of infinity does not have a special bit encoding on DSP targets, so LabVIEW maps positive and negative infinity to the maximum and minimum value for the data type. Infinity is the largest positive value, and negative infinity is the largest possible negative value. However, if you perform mathematical operations with infinity, the DSP treats the value as a finite value, performs the operation, and returns the value. For example, infinity minus one is a known finite value that is very close to infinity, but not exactly infinity.