Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Change ¶
Change - calculate the percent increase/decrease from two numbers. ex. 60 is a 200.0% increase from 20
func ChangeFloat ¶
ChangeFloat - calculate the percent increase/decrease from two numbers. ex. 60.0 is a 200.0% increase from 20.0
func PercentFloat ¶
PercentFloat - calculate what %[number1] of [number2] is. ex. 25% of 200 is 50
func PercentOf ¶
PercentOf - calculate what percent [number1] is of [number2]. ex. 300 is 12.5% of 2400
func PercentOfFloat ¶
PercentOfFloat - calculate what percent [number1] is of [number2]. ex. 300 is 12.5% of 2400
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.