R/hypot.R

phypot <- function (..., na.rm = FALSE)
.External2(.C_phypot, na.rm)


hypot <- function (..., na.rm = FALSE)
.External2(.C_hypot, na.rm)
ArcadeAntics/essentials documentation built on Nov. 7, 2024, 4:33 p.m.