Say I have two (positive) arbitrary decimal numbers, a and b.
I want to be able to count the number of integers that exist between a and b (a less than or equal to [Valid Integers] which is less than b) such that none of them exceed arbitrary number L. Is there an easy way to do this? I've tried loops and floors/ceilings but none of it is working the way I want it to and it's just getting to be messy.