Author Topic: Power and Root function  (Read 1277 times)

0 Members and 1 Guest are viewing this topic.

Offline tk

  • Soldier
  • **
  • Posts: 235
Power and Root function
« on: December 22, 2008, 03:58:54 am »
Script Name: Power and Root function
Original Author(s): tk
Core Version: 2.6.3

Updated, added new functions:
http://forums.soldat.pl/index.php?topic=33387.0
« Last Edit: June 18, 2009, 11:23:24 am by tk »

Offline iDante

  • Veteran
  • *****
  • Posts: 1967
Re: function root
« Reply #1 on: December 23, 2008, 04:59:00 am »
It actually wouldn't hurt all that much to have a lookup table with the most common bases and exponents. 3s and 4s and such.

Offline tk

  • Soldier
  • **
  • Posts: 235
Re: Power and Root function
« Reply #2 on: March 02, 2009, 01:22:23 pm »
Updated
Function uses now Newton-Raphson method which is faster and more accurate.