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

2020-07-08 Thread Alex Batts
's >> > "built-in" math module, so this is not surprising. >> > >> > Best regards, >> > Marcus >> > >> > On 08/07/2020 18.57, Alex Batts wrote: >> > > Hello, >> > > >> >

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

2020-07-08 Thread Alex Batts
lo, > > > > > > 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’ ha

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

2020-07-08 Thread Marcus Müller
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 > t

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

2020-07-08 Thread Alex Batts
ath module, so this is not surprising. > > Best regards, > Marcus > > On 08/07/2020 18.57, Alex Batts wrote: > > Hello, > > > > I tried to create my own OOT module, one that can do exponents on > > floats. However, I keep running into this error: > > > &g

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

2020-07-08 Thread Marcus Müller
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 ne

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

2020-07-08 Thread Alex Batts
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