29 lines
554 B
Plaintext
29 lines
554 B
Plaintext
|
|
PERCENT(1) PERCENT(1)
|
|
|
|
NAME
|
|
percent() - returns the percent of one number that another
|
|
is
|
|
|
|
SYNOPSIS
|
|
float percent(int|float numerator, int|float denominator)
|
|
|
|
DESCRIPTION
|
|
Returns what percent of the second argument that the first
|
|
argument is.
|
|
|
|
EXAMPLES
|
|
o percent(23, 99) returns 23.232323
|
|
|
|
LOCATION
|
|
/secure/sefun/percent.c
|
|
|
|
SEE ALSO
|
|
absolute_value()
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|