Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Nikola de Lange
git.practice
Commits
a5ad3a5a
Commit
a5ad3a5a
authored
Jan 23, 2019
by
Laurent Heirendt
✈
Browse files
commenting test for homework
parent
86c14967
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/suite/test_myName.m
View file @
a5ad3a5a
...
@@ -10,5 +10,6 @@ d = multiplyTwoNumbers_myName(c, c)
...
@@ -10,5 +10,6 @@ d = multiplyTwoNumbers_myName(c, c)
% test if the multiplication function works as expected
% test if the multiplication function works as expected
assert
(
d
==
9
)
assert
(
d
==
9
)
% Test for the homework
% test my sqrt function
% test my sqrt function
assert
(
sqrt_myName
(
d
)
==
sqrt
(
d
))
%
assert(sqrt_myName(d) == sqrt(d))
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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