Skip to main content
Ground Control | Tier 1
June 21, 2022
Question

How we can use modulus (i.e %) operator in A360? Actually i want to check whether a entered number is whole number or decimal number and the logic is num % 1 != 0. e.g 15%1=0 15.5%1=0.5

  • June 21, 2022
  • 1 reply
  • 825 views
How we can use modulus (i.e %) operator in A360? Actually i want to check whether a entered number is whole number or decimal number and the logic is num % 1 != 0. e.g 15%1=0 15.5%1=0.5

    1 reply

    Navigator | Tier 3
    June 23, 2022

    Hi @Girish Pandey​ 

     

    Use Calculator package available in botstore.

     

    Calculator Package😊