View Source JSONLogic_ExtendedOperations (json_logic_plus_xl v1.0.0)

Extended operators on top of the existing JSON Logic operators

Link to this section Summary

Functions

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

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