We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
connected to #15 and #11 , provide a way to specify initial values
The formula is: ((Initial Value + AddValue) * (BAddP+1) + BAddV) * (AddP+1) + AddV
((Initial Value + AddValue) * (BAddP+1) + BAddV) * (AddP+1) + AddV
No bodies or labels mess with the (InitialValue + AddValue) * (BAddP + 1) section
(InitialValue + AddValue) * (BAddP + 1)
From that initial value, the math is GivenInitialValue + BAddV * (AddP + 1) + AddV
GivenInitialValue + BAddV * (AddP + 1) + AddV
The text was updated successfully, but these errors were encountered:
No branches or pull requests
connected to #15 and #11 , provide a way to specify initial values
The formula is:
((Initial Value + AddValue) * (BAddP+1) + BAddV) * (AddP+1) + AddV
No bodies or labels mess with the
(InitialValue + AddValue) * (BAddP + 1)
sectionFrom that initial value, the math is
GivenInitialValue + BAddV * (AddP + 1) + AddV
The text was updated successfully, but these errors were encountered: