\name{fifthroot} \alias{fifthroot} \title{Compute the Fifth Root} \description{ Compute the Fifth Root of a Real Number } \usage{ fifthroot(x) } \arguments{ \item{x}{a real number.} } \seealso{ \code{\link{sqrt},\link{cuberoot},\link{fourthroot}} } \examples{ # fifth root of 32 fifthroot(32) } \keyword{math}