How to calculate Logrithm values

How to calculate Logrithm values
like log50 , log30
in uipath

Thanks in advance

use math.log

1 Like

For base 10:

math.Log10(50)

math.Log10(30)