view examples/@polynomial/double.m @ 15163:886d1fc9d575 gui

GUI branch merged in, closing the GUI branch
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 13 Aug 2012 11:01:26 -0400
parents dba0037e6602
children
line wrap: on
line source

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