Mercurial > hg > octave-nkf
comparison src/builtins.cc @ 338:82d30a23c979
[project @ 1994-02-07 07:09:33 by jwe]
author | jwe |
---|---|
date | Mon, 07 Feb 1994 07:21:43 +0000 |
parents | b1cc443f0bd1 |
children | f23cd37a0013 |
comparison
equal
deleted
inserted
replaced
337:3e74ab6e24ba | 338:82d30a23c979 |
---|---|
422 | 422 |
423 { "isstr", 2, 1, builtin_isstr, | 423 { "isstr", 2, 1, builtin_isstr, |
424 "isstr (X): return 1 if X is a string", }, | 424 "isstr (X): return 1 if X is a string", }, |
425 | 425 |
426 { "keyboard", 2, 1, builtin_keyboard, | 426 { "keyboard", 2, 1, builtin_keyboard, |
427 "keyboard (\"prompt\"): maybe help in debugging M-files", }, | 427 "keyboard (\"prompt\"): maybe help in debugging function files", }, |
428 | 428 |
429 { "logm", 2, 1, builtin_logm, | 429 { "logm", 2, 1, builtin_logm, |
430 "logm (x): matrix logarithm", }, | 430 "logm (x): matrix logarithm", }, |
431 | 431 |
432 { "lp_solve", 11, 3, builtin_lpsolve, | 432 { "lp_solve", 11, 3, builtin_lpsolve, |
700 | 700 |
701 { "i", "??", NULL, | 701 { "i", "??", NULL, |
702 "sqrt (-1)", }, | 702 "sqrt (-1)", }, |
703 | 703 |
704 { "ignore_function_time_stamp", "system", ignore_function_time_stamp, | 704 { "ignore_function_time_stamp", "system", ignore_function_time_stamp, |
705 "don't check to see if M-files have changed since they were last\n\ | 705 "don't check to see if function files have changed since they were\n\ |
706 compiled. Possible values are \"system\" and \"all\"", }, | 706 last compiled. Possible values are \"system\" and \"all\"", }, |
707 | 707 |
708 { "implicit_str_to_num_ok", "false", implicit_str_to_num_ok, | 708 { "implicit_str_to_num_ok", "false", implicit_str_to_num_ok, |
709 "allow implicit string to number conversion", }, | 709 "allow implicit string to number conversion", }, |
710 | 710 |
711 { "inf", "??", NULL, | 711 { "inf", "??", NULL, |