You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I'm making an app that needs to calculate the log(base 10) of a number. Is this possible? It appears the "Log" function in the app only does the natural log.
Is there any work around for the lack of Log10?
Martin Vigesaa
unread,
Jul 17, 2014, 4:23:26 AM7/17/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mitappinv...@googlegroups.com
I found a workaround that is probably obvious to math people. Using the natural log 'ln' of x divided by the natural log of 10, the result is the log(base 10) of x. So ln x / ln 10 = log(base 10) x.
Stephen Zipprich
unread,
Jul 17, 2014, 5:10:50 AM7/17/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mitappinv...@googlegroups.com
Thanks for posting the solution here...someone else may be able to learn something from it. Think you might be able to post a screenshot of your blocks to see how you got it working?
Taifun
unread,
Jul 17, 2014, 1:39:47 PM7/17/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message