As per the comment from Stennie, the floor and ceiling methods are not supported.
And as per my comment above, the best solution that I could find was just doing an operation that looks like: (num-mod(num,1)) which should yield the same result as the floor function.