I'm developing a software with a tool unable to "recognize" the ln(), so is there a way to get the equivalen to ln() using someones of functions below?
• sin1(a)
• cos1(a)
• tan1(a)
• log10(a) Logarithm (base 10) of a
• pow(x,y) x raised to the power y
• exp(a) e (the constant) raised to the power a
• sqrt(a) Square root of a
• sign(a) The sign of a (-1 if negative, 1 if positive)
• abs(a) The absolute value of a
• max(a,b)
• min(a,b)