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

My sqrt fct

parent 9e1fbef7
No related branches found
No related tags found
No related merge requests found
function s = sqrt_laurent(a)
s = sqrt(a);
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