Navigation

Operators and Keywords

Function List:

C++ API

polyinteg.m File Reference


Functions

 if (!warned) warned
 warning ("Octave:deprecated-function","polyinteg is obsolete and will be removed from a future version of Octave; please use polyint instead")
endfunction !assert (all(all(polyinteg([2, 2])==[1, 2, 0])))
 !assert (isempty(polyinteg([])))
 !assert (all(all(polyinteg(3)==[3, 0])))
!error polyinteg ([1, 2;3, 4])

Variables

function y

Function Documentation

!assert ( all(all(polyinteg(3)==[3, 0]))   ) 

!assert ( isempty(polyinteg([]))   ) 

endfunction !assert ( all(all(polyinteg([2, 2])==[1, 2, 0]))   ) 

if ( warned  ) 

!error polyinteg (  ) 

warning ( "Octave:deprecated-function ,
"polyinteg is obsolete and will be removed from a future version of Octave; please use polyint instead"   
)


Variable Documentation

endif y

Initial value:

 polyinteg (p)

  persistent warned = false