Checking if a Number is Exactly Divisible by Specific Values
Hello community,
I'm working with Fusion and I'm trying to find a way to determine if a number (input bundle) is exactly divisible by specific values using math functions available. Specifically, I want to check if decimal values (representing hours) are divisible by numbers like 8.1, 8 or 7.5 (see table below)
Is there a built-in function or a combination of functions that can help me achieve this? I'll be using routers, so as a starting point the logic for divisibility by 8 would suffice. Thank you in advance for your support!
Bundles:
| entryDate | hours |
| 01-02-2023 | 32 |
| 03-05-2023 | 22.5 |
| 31-01-2023 | 32.4 |
| 26-02-2023 | 16 |
| 12-04-2023 | 16.2 |
| 01-06-2023 | 14 |
