02-22-2023, 11:26 AM
Why is in QB64 a limitation of the function EXP ?
"EXP(numericExpression)
...
The numericExpression must be less than or equal to 88.02969 or an "overflow" error will occur."
In C a similar limitation is much higher.
(I need it to use the Planck's law to calculate the spectral density of the electromagnetic radiation at low temperatures.)
With my C program the Planck's law can be applied at a temperature of 1K, in QB64 not lower than 102 K!
"EXP(numericExpression)
...
The numericExpression must be less than or equal to 88.02969 or an "overflow" error will occur."
In C a similar limitation is much higher.
(I need it to use the Planck's law to calculate the spectral density of the electromagnetic radiation at low temperatures.)
With my C program the Planck's law can be applied at a temperature of 1K, in QB64 not lower than 102 K!