<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#math|Math]] ===== Rad2Deg ===== ^Arguments^Result^Notation^ | |number| [ -number] | === Description === Pushes the constant to use in converting radians to degrees onto the stack. Multiply this value with a value expressed in radians to obtain degrees. === Examples === trace(PI mul(Rad2Deg)) #prints '180'