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
2f65ec3c
Commit
2f65ec3c
authored
Jan 25, 2019
by
Susheel Busi
Browse files
SQRT function
parent
48dd9cff
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/thirdcommit/sqrt_BUSI.m
0 → 100644
View file @
2f65ec3c
function
c
=
sqrt_BUSI
(
x
)
% sqrt_BUSI (x) returns the square root of x
c
=
sqrt
(
x
);
end
\ No newline at end of file
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