next up previous contents index
Next: Les variables globales Up: L'interface Previous: L'interface

Des équivalences de fonctions

 

 simplify(a,f,x,y,...) ¯ tex2html_wrap_inline731   ¯

type(a,f,x,y,...) tex2html_wrap_inline731 `type/f`(a,x,y...)

convert(a,f,x,y,...) tex2html_wrap_inline731 `convert/f`(a,x,y...)

simplify(a,f,x,y,...) tex2html_wrap_inline731 `simplify/f`(a,x,y...)

combine(a,f,x,y,...) tex2html_wrap_inline731 `combine/f`(a,x,y...)

define(a,f,x,y,...) tex2html_wrap_inline731 `define/f`(a,x,y...)

`print/f`(x,y,...) tex2html_wrap_inline731 f(x,y...)

evalf(a) tex2html_wrap_inline745 `evalf/kind_of_a`(a)

?foo tex2html_wrap_inline745 `help/text/foo` := TEXT(``,...,``);

?foo,x tex2html_wrap_inline745 `help/foo/text/x` := TEXT(``,...,``);

readlib(pname) tex2html_wrap_inline745 read ``.libname.`/`.pname.`.m`

+ remember table

with(lname) tex2html_wrap_inline745 'eventuellement lecture de `lname.m`

+ affectations suivantes:

lname[foo] := readlib(`lname/foo`);

foo := lname[foo];

(pour toutes les fonctions foo de la biblioth`eque)



Stephan Tassart
Fri Feb 7 19:05:53 MET 1997