T
Thermal manager
The function SERIESSUM(X,n,m,Coefficients) gives an error for X=0
How to solve it, the function is useless as it is?
How to solve it, the function is useless as it is?
0 raised to any power is still 0, so you could simply use
=IF(ISERROR(SERIESSUM(X,n,m,Coefficients)),0,SERIESSUM(X,n,m,Coefficients))