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