function ease_in_quint(arg0, arg1, arg2, arg3) { return (arg2 * power(arg0 / arg3, 5)) + arg1; }