Revision history of "User:CommanderC/mr.gp"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 15:33, 29 August 2013CommanderC (talk | contribs). . (413 bytes) (+413). . (Created page with "<pre> <nowiki> # Magic resistance saving throw a=100.0 f(x)= x<0? x/(a*a)+1/a : (-1)*x/(a*a)+1/a fdist(x)= x<0 ? x*x/(2*a*a)+x/a+1/2.0 : 1/2.0 - x*x/(2*a*a) + x/a set key off ...")