Answers for "TypeError: 'float' object is not callable"

0

TypeError: 'float' object is not callable

Traceback (most recent call last):
  File "C:/Users/cwpapine/Desktop/1mPro_Chlavg", line 240, in <module>
    PB = float(2.25 * (1 - math.pow(math.e, (-3.7(prof[x])/2.25))) * (math.e, (0/2.25)))
TypeError: 'float' object is not callable
Posted by: Guest on September-17-2021
0

TypeError: 'float' object is not callable

for x in range(len(prof)):
    PB = 2.25 * (1 - math.pow(math.e, (-3.7(prof[x])/2.25))) * (math.e, (0/2.25)))
Posted by: Guest on September-17-2021

Code answers related to "TypeError: 'float' object is not callable"

Browse Popular Code Answers by Language