Mercurial > hg > octave-lyh
view test/bug-38691/dir2/func2.m @ 17532:578805a293e5
ellipj: Move numerical code into liboctave
* lo-specfun.cc, lo-specfun.h (ellipj): New functions, adapted from
Fellipj.
* ellipj.cc (Fellipj): Call ellipj. (do_ellipj): Delete.
author | Mike Miller <mtmiller@ieee.org> |
---|---|
date | Thu, 26 Sep 2013 21:34:26 -0400 |
parents | 2f8fb02a6c31 |
children |
line wrap: on
line source
function [r, f2, f3] = func2 (x) f2 = "dir2/func2"; [r, f3] = feval ("func3", x); endfunction