how can i interpolate paraboliclly instead of linearlly ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By horsecar123
b=b.lerp(a,delta*5) 

i wanna interpolate so that that the value b gets faster and faster as it approaches value a like parabolic not linearlly .

:bust_in_silhouette: Reply From: CallMeRED

you can use an additional curve…
How to make better games using Curves in Godot