/ concept-collection / jupyterlite-numbl-kernel
Sign in
concept-collection / jupyterlite-numbl-kernel
jupyterlite-numbl-kernel / demo / content / +geom / circle_area.m
3 lines · 50 BBlameHistoryRaw
1function a = circle_area(r)
2 a = pi * r^2;
3end
moveopenescclose