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