View Source JSONLogic_ExtendedOperations (json_logic_plus_xl v1.1.2)

Extended operators on top of the existing JSON Logic operators

Link to this section Summary

Functions

raises eulers number to a power passed in. Similar to Excel's "exp" function.

implements the exponential operator

implements the ln (natural log) operator

implements the range_lookup operator

implements the xlookup operator

Link to this section Functions

Link to this function

eulers_exponent_op(val, data)

View Source

raises eulers number to a power passed in. Similar to Excel's "exp" function.

Link to this function

exponent_op(numbers, data)

View Source

implements the exponential operator

Link to this function

natural_log_op(num, data)

View Source

implements the ln (natural log) operator

Link to this function

range_lookup_op(list, data)

View Source

implements the range_lookup operator

implements the xlookup operator