Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 609bbcb commit bc4d472Copy full SHA for bc4d472
cachematrix.R
@@ -28,9 +28,10 @@ makeCacheMatrix <- function(x = matrix()) {
28
}
29
30
31
-## Returns the inverse of matrix wrapped in the received object, computing it if
32
-## not already in cache. The ... arguments are passed to the `solve` function,
33
-## which is used to compute the inverse.
+## Returns the inverse of the matrix that is wrapped inside the received object
+## (this object should be the result of `makeCacheMatrix`). If not already in
+## cache, the inverse is computed. The ... arguments are passed to the `solve`
34
+## function, which is used to compute the inverse.
35
36
cacheSolve <- function(x, ...) {
37
i <- x$getinverse()
0 commit comments