Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vanja Vlasov
git.practice
Commits
45eef67d
Commit
45eef67d
authored
Jan 19, 2017
by
Jennifer Modamio
Browse files
solving problems 2
parent
4caf5b40
Changes
1
Hide whitespace changes
Inline
Side-by-side
test_jenn.m
0 → 100644
View file @
45eef67d
% Test file
addpath
(
genpath
(
pwd
))
% add this folder and all subfolders to the path
c
=
addTwoNumbers_jenn
(
1
,
1
);
% 1 + 1
d
=
multiplyTwoNumbers_jenn
(
c
,
c
);
% 2 * 2
% test my sqrt function
assert
(
sqrt_jenn
(
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