view examples/@polynomial/double.m @ 8256:dba0037e6602

Import new texinfo.tex allowing @ in directory name. Update OOP example class location
author David Bateman <dbateman@free.fr>
date Wed, 22 Oct 2008 04:16:36 +0100
parents examples/polynomial/double.m@0c91b9a17dcf
children
line wrap: on
line source

function b = double (a)
  b = a.poly;
endfunction