My project involves powers and I'm not sure how to put it into my scripts.
The sum is: 9.23076*((26.7-b)to the power of 1.835)
I can do
([9.23076]*([26.7]-(b)))but I'm not sure how to input the power of 1.835 in blocks. Can anyone help please?
Last edited by PhirripSyrrip (2012-08-03 16:48:13)
Offline
The blocks you need are:
([log v] of (number))
([l10^ v] of (number))
((number) * (number))Using one of the law of logs:
([l10^ v] of ((exponent)*([log v] of (base))))
Last edited by AtomicBawm3 (2012-08-03 18:01:17)
Offline