Cubic root. \param arg function argument \return cubic root of \a arg template typename enable ::type cbrt(T arg) { return functions::cbrt(arg); }
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected