diff --git a/docs.html b/docs.html
index e5a78cce..f213cf34 100644
--- a/docs.html
+++ b/docs.html
@@ -2125,7 +2125,7 @@ The following subset of operations & functions is available for sparse matri
submatrix views: most contiguous forms and the non-contiguous form of X.cols(vector_of_column_indices)
diagonal views
saving and loading (using arma_binary, coord_ascii, and csv_ascii formats)
-element-wise functions: abs(), ceil(), conj(), floor(), imag(), real(), round(), sign(), sqrt(), square(), trunc()
+element-wise functions: abs(), cbrt(), ceil(), conj(), floor(), imag(), real(), round(), sign(), sqrt(), square(), trunc()
scalar functions of matrices: accu(), as_scalar(), dot(), norm(), norm2est(), trace()
vector valued functions of matrices: diagvec(), min(), max(), nonzeros(), sum(), mean(), var(), vecnorm(), vectorise()
matrix valued functions of matrices: clamp(), diagmat(), spdiags(), flipud()/fliplr(), join_rows(), join_cols(), kron(), normalise(), repelem(), repmat(), reshape(), resize(), reverse(), symmatu()/symmatl(), trimatu()/trimatl(), .t(), trans()
@@ -12317,8 +12317,8 @@ See also: