Search code examples
multiplicationjolt

How to multiply(*) without using multiply(*) JOLT


Multiplying in JOLT. How to multiply without using multiply.


Solution

  • We can do this with simple mathematics.

    For Example -

    We want to multiply - 2 * 3 which = 6

    By using divide we do this like 2/ 1/3 is also = 6 that is 2 * 0.3333 = 6,

    2 divide by 1 / 3 = 6