Skip to content
Snippets Groups Projects
Commit 6b1bb1e8 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Merge branch 'homework_laurent' into 'develop'

My sqrt fct

See merge request !20
parents e2998fe9 5273faaa
No related branches found
No related tags found
No related merge requests found
function s = sqrt_laurent(a)
s = sqrt(a);
% my comment
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment