- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
using Compaq Fortran (1999)
I could not find a simple function for antilog (base 10) of a simple
number- say 0.3
In general, I thought it should be alog10 (0.3) But alog10 of 0.3 gives value of log10 0.3
what is the correct function for antilog (0.3) ?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
alog is just log - the a is the Fortran convention for a function that returns a REAL value but the name otherwise would be implicitly INTEGER.
Don't you just want 10.0**number?
Don't you just want 10.0**number?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page