<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#math|Math]] ===== floor ===== ^Arguments^Result^Notation^ |float| float| [float- float] | === Description === Takes one number from the stack, rounds it down, and pushes that number back on the stack. === Examples === trace(floor(4.2)) #prints '4'