/
concept-collection
/
jupyterlite-numbl-kernel
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
jupyterlite-numbl-kernel
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
2c57b11
Branches
main
jupyterlite-numbl-kernel
/
demo
/
content
/
MathX.m
8 lines · 207 B
Copy
Copied
Blame
History
Raw
1
classdef MathX
2
% Static methods are called as Class.method(...) with no instance.
3
methods (Static)
4
function d = hypot3(a, b, c)
5
d = sqrt(a^
2
+ b^
2
+ c^
2
);
6
end
7
end
8
end
↑
↓
move
↵
open
esc
close