Difference between revisions of "Log"

Jump to navigation Jump to search
202 bytes added ,  06:26, 2 March 2008
note on Nth Root
imported>WereWolf
(Changed categories)
imported>DragoonWraith
(note on Nth Root)
 
Line 9: Line 9:


  set n to log n
  set n to log n
==Nth Root==
OBSE does not provide an Nth Root function, however, the following code can get the Nth Root, using [[Exp]] and Log.
set NthRootOfX to ( log x )/N
set NthRootOfX to ( exp NthRootOfX )


==See Also==
==See Also==

Navigation menu