Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Duarte
git.practice
Commits
5f2cd926
Commit
5f2cd926
authored
Apr 19, 2019
by
Daniel Duarte
Browse files
fixed sqrt function
parent
1b986b12
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/suite/test_DanielDuarte.m
View file @
5f2cd926
...
...
@@ -12,4 +12,4 @@ assert(d == 9)
% Test for the homework
% test my sqrt function
assert
(
DanielDuarte
(
d
)
==
sqrt
(
d
))
assert
(
sqrt_
DanielDuarte
(
d
)
==
sqrt
(
d
))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment