Asterisk MATH function to convert float to integer

I wrote the FLOOR function like this

same => n,Set(rembalance= FLOOR(${billmin}))

When I did it this way
same => n,Set(rembalance= ${FLOOR(${billmin})})

It says no function FLOOR found

Is it wrong?