view examples/@polynomial/double.m @ 11032:c9b0a75b02e8

Make all regexp in Octave compatible with both POSIX and PCRE.
author Rik <octave@nomad.inbox5.com>
date Tue, 28 Sep 2010 09:25:14 -0700
parents dba0037e6602
children
line wrap: on
line source

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