• Resolved chatingtou

    (@chatingtou)


    Hi,

    Is it possible to make the formula like the power of a value? e.g {value}^2

    Do you have any function like lookup a price table? Thanks

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

    (@acowebs)

    As of now the power function is not supported, You can use {value}*{value} instead. Will be adding Math.pow() function support in coming versions

    Lookup table feature is not available yet,

    Thread Starter chatingtou

    (@chatingtou)

    Thanks for the reply. I am just wonder any other calculation functions such as Round(), Max(), Min() available in the plugin. Thanks

    Plugin Author acowebs

    (@acowebs)

    The following javascript Math functions are available as of now
    Math.round
    Math.ceil

    Math.floor
    Math.abs
    Math.sin
    Math.cos
    Math.tan
    Math.min
    Math.max
    Math.log

    Ex: You can use Math.min({value},5) in formula

    Thread Starter chatingtou

    (@chatingtou)

    That’s great. Thanks you

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