View Single Post
Old 04-26-2021, 01:01 PM   #63
Anthony
 
Join Date: Feb 2005
Location: Berkeley, CA
Default Re: GURPS Realm Management

Why on earth express it as X = (EXP(LN(10)/6)^2)^Size instead of Power(10,Size/3)? The whole (EXP(LN(10)/6)^2) evaluates to the cube root of 10. Under the hood, power(x,y) is actually translated into exp(ln(x)*y) because for non-integer values of y it's much easier, but there's no need to expose it.
__________________
My GURPS site and Blog.

Last edited by Anthony; 04-26-2021 at 01:04 PM.
Anthony is online now   Reply With Quote