Hello
I’m analysing the sound spectrum data of an imported sound file.
As I loop through data I’m frequently getting numbers such as 5.4515745E-5 rather than a float from 0 to 1.
Why is this and how do ignore those numbers?
Thanks
Hello
I’m analysing the sound spectrum data of an imported sound file.
As I loop through data I’m frequently getting numbers such as 5.4515745E-5 rather than a float from 0 to 1.
Why is this and how do ignore those numbers?
Thanks
The E is a shorthand sometimes used for floats
5.4515745E-5 = 5.4515745 * 10^(-5) = 0.000054515745