Shop OBEX P1 Docs P2 Docs Learn Events
loagarithms — Parallax Forums

loagarithms

dhcarstensdhcarstens Posts: 11
edited 2009-10-01 18:12 in BASIC Stamp
I am writing a program that needs the log of a value.· I have a series equation for the log that requires the value (x-1)/(x+1) to 4 or 5 decimal places.· This isn't possible within the 16-bit calculational framework.·

I also know about the **, ·*, and //·operations and suspect that I can calculate the above with 32-bit precision using these operations.· Can any one help me with the algorithms needed to calculate the log using this procedure or any other?

Comments

Sign In or Register to comment.