Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @ujalarehan3

    Antilog is another name for exponentiation. If you want to calculate x^y, you should use the POW operation as follows: POW(x,y)

    So, assuming that x is the fieldname1 field, and y the fieldname2 field, the equation would be:

    POW(fieldname1, fieldname2)

    Best regards.

    Thread Starter ujalarehan3

    (@ujalarehan3)

    Thanks for your fast reply but i have more question like if i use pow function for Antilog then what is the purpose logab function?

    Plugin Author codepeople

    (@codepeople)

    Hello @ujalarehan3

    The LOG(X) operation calculates the logarithm of X base e, the LOGAB(X,Y) operation calculates the logarithm of X base Y

    Best regards.

    Thread Starter ujalarehan3

    (@ujalarehan3)

    Ok thanks alot??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Antilog’ is closed to new replies.