<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#math|Math]] ===== atan ===== ^Arguments^Result^Notation^ | ratio | angle | [ f - f ] | === Description === Calculates the arctangent of the input, returns the angle in radians. === Examples === trace(atan(1)) #prints PI/4