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