Go to the first, previous, next, last section, table of contents.


set_secure_flag, set_secure_mode

set_secure_flag(fname,m)
set_secure_mode(m)
:: 関数の実行権限を設定する. (web サービス用)
return
整数
fname
文字列
m
整数
[1194] set_secure_flag("print_input_form_",1);
1
[1195] set_secure_flag("fctr",1);
1
[220] set_secure_mode(1);
1
[1197] fctr((x-1)^3);
[[1,1],[x-1,3]]
[1198] fctr(shell("ls"));
evalf : shell not permitted
return to toplevel
参照
@xref{timer}

ChangeLog


Go to the first, previous, next, last section, table of contents.