Method code for $float.log()

[Turn off line numbering]
  1: arg base, value;
  2: 
  3: return log(value) / log(base);
  4: 
  5: // $#Edited: 02 Nov 98 11:25 $user_bruce

["// Created 01-Nov-1998 as a part of ColdCore, see: @help Credit"]

the Cold Dark