Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: paradiseprime on June 22, 2020, 06:44:49 PM

Title: Float Smooth Damp giving wrong variables[SOLVED]
Post by: paradiseprime on June 22, 2020, 06:44:49 PM
Float Smooth Damp goes past 0 into numbers like 1.450531E-05.
What is this and how can I stop it?
Title: Re: Float Smooth Damp giving wrong variables
Post by: djaydino on June 23, 2020, 01:23:43 PM
Hi.
On the image it looks like there are no variables connected with each other.

but this is what it means :

https://www.graphpad.com/support/faq/what-does-it-mean-when-some-results-have-e-in-the-number/
Title: Re: Float Smooth Damp giving wrong variables
Post by: paradiseprime on June 23, 2020, 02:53:46 PM
I dont understand the link you sent me.

Yea my bad. The image I chose wasnt a good one. Jump Height is tied to Float Damp  and is going down to from 40 to 0 with a time of .2 seconds. It hits 0 almost instantly and then goes into the E numbers.
Title: Re: Float Smooth Damp giving wrong variables
Post by: djaydino on June 23, 2020, 03:15:11 PM
Hi.
Because of the smooth damp it does not go exactly to 0 but to 0.000000145051
Title: Re: Float Smooth Damp giving wrong variables
Post by: paradiseprime on June 24, 2020, 02:30:40 PM
Ahh ok. I seem to have a solution using interpolate float instead.