Share on ... Google+ Twitter LinkedIn Facebook Pinterest Telegram Fcbrt() Fcbrt() calculates the cubic root of the value passed. Syntax: single = Fcbrt( Single ) Example: dim a as single a = 27 a = Fcbrt(a) ' resul: 3 See also: Fsqrt()