Scientific Calculator

(public) damir232/Percent

By damir232 Damir

calc percent

Tagged: percent

//------------------------------------------------------------------
dFV=function(v,m,p){(v*(m+100)*(p+100))/10000;};
//--------------------------
dSV=function(v,m,p){v/((m/100+1)*(p/100+1));};
//--------------------------
//for hp calc;
// << 100/1+rot rot 100/1+/swap/ >>
// << 100/1+rot rot 100/1+*swap* >>
/*-------------------------
dKM=function(v,p,y){v*(1+p/100)^y;};

spam? | offensive?

0 Comments

Sign in to leave a comment