User Tools

Site Tools


Sidebar






Old

playground:start

This is an old revision of the document!


Песочница

sumprod.m
function [s, p] = sumprod(x, y)
  s = x + y;
  p = x * y;
end
playground/start.1551693995.txt.gz · Last modified: 2022/12/10 09:08 (external edit)