discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AttributeError: module ‘math’ has no attribute ‘exponent_ff’


From: Alex Batts
Subject: AttributeError: module ‘math’ has no attribute ‘exponent_ff’
Date: Wed, 8 Jul 2020 12:57:18 -0400

Hello,

I tried to create my own OOT module, one that can do exponents on floats. However, I keep running into this error:

self.math_exponent_ff_0 = math.exponent_ff()
AttributeError: module ‘math’ has no attribute ‘exponent_ff’

I saw an earlier post on the forums that had a couple fixes, but I tried those and it did not work. Any help would be appreciated. If need be, I can post files as well to see code.

Thank you,

Alex

reply via email to

[Prev in Thread] Current Thread [Next in Thread]