Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
git
basic-practice
Commits
8b5112e7
Commit
8b5112e7
authored
Jan 30, 2019
by
Alice Oldano
Browse files
change test for assert e
parent
66909a0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/suite/test_AliceOldano.m
View file @
8b5112e7
...
...
@@ -13,4 +13,4 @@ assert(d == 9)
e
=
sqrt_AliceOldano
(
d
)
% test my sqrt function
assert
(
sqrt_AliceOldano
(
d
)
==
3
)
assert
(
e
==
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