PERCENT(1) PERCENT(1)
NNAAMMEE
_p_e_r_c_e_n_t_(_) - returns the percent of one number that another
is
SSYYNNOOPPSSIISS
float percent(int|float numerator, int|float denominator)
DDEESSCCRRIIPPTTIIOONN
Returns what percent of the second argument that the first
argument is.
EEXXAAMMPPLLEESS
+o percent(23, 99) returns 23.232323
LLOOCCAATTIIOONN
/secure/SimulEfun/percent.c
SSEEEE AALLSSOO
_a_b_s_o_l_u_t_e___v_a_l_u_e_(_)
AAuutthhoorr
Descartes of Borg
1