Calculated fields: -log()

User e05b1833aa

24-02-2011 18:06:07

Hi,


What would be the correct synthax for calculating the -log value of for example a Kd value, using a calculated field?


Thanks,


Evert

ChemAxon 3b366b17e5

25-02-2011 05:50:19

Many mathematical functions are defined in http://download.oracle.com/javase/6/docs/api/java/lang/Math.html  class. Type


Math.log(number)


to compute log value.