/ concept-collection / jupyterlite-numbl-kernel
Sign in
concept-collection / jupyterlite-numbl-kernel
jupyterlite-numbl-kernel / demo / content / +geom / circle_area.m
3 lines · 50 BCodeBlameHistory
9ff4e5bRestructure demo into a full guided tour with OOP and namespacesJeremy Magland 1function a = circle_area(r)
2 a = pi * r^2;
3end
moveopenescclose