# TITLE: Take Logarithm to any base # AUTHOR: Roy F.A. Maclean # EMAIL: rfamgm at gmail # WEB: http://www.spiderpixel.co.uk/caspro # DATE: 27Sep1996 # MAKE: CASIO # MODEL: fx6300 or greater # SIZE: 39 # NOTES: # # to take the logaritm base 5 of 17 then type 5 at # the first prompt and 17 at the second. # The answer is approx 1.76 which means 5^1.76=17 # @@ Program 1 "LOG BASE"?->B "VALUE"?->X "LOG=" (log X)/log B