comparison src/builtins.cc @ 81:bf5faf25151e

[project @ 1993-08-30 20:00:50 by jwe]
author jwe
date Mon, 30 Aug 1993 20:00:50 +0000
parents 04c30624aaf9
children e2c950dd96d2
comparison
equal deleted inserted replaced
80:74f0d57ee66c 81:bf5faf25151e
469 469
470 { "quit", 1, 0, builtin_quit, 470 { "quit", 1, 0, builtin_quit,
471 "exit Octave gracefully\n", }, 471 "exit Octave gracefully\n", },
472 472
473 { "qzval", 3, 1, builtin_qzval, 473 { "qzval", 3, 1, builtin_qzval,
474 "x = qzval(a,b): compute generalized eigenvalues \n", }, 474 "x = qzval(a,b): compute generalized eigenvalues\n", },
475 475
476 { "rand", 2, 1, builtin_rand, 476 { "rand", 2, 1, builtin_rand,
477 "matrices with random elements\n", }, 477 "matrices with random elements\n", },
478 478
479 { "replot", 1, 0, builtin_replot, 479 { "replot", 1, 0, builtin_replot,