The functions of this group calculate logP and logD values based on different methods.
Example
We calculate the logP:
logP()
The calculation returns 0.73 as the logP of the input molecule.
Then we calculate the logD on physiological pH:
logD('7.4')
The result is -2.42.
