Rev 12011 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12011 | Rev 13769 | ||
---|---|---|---|
Line 46... | Line 46... | ||
46 | arctan:atan;arcsin:asin;arccos:acos;\n\ |
46 | arctan:atan;arcsin:asin;arccos:acos;\n\ |
47 | tg:tan;arctg:atan;\n\ |
47 | tg:tan;arctg:atan;\n\ |
48 | argsh:asinh;argch:acosh;argth:atanh;\n\ |
48 | argsh:asinh;argch:acosh;argth:atanh;\n\ |
49 | Argsh:asinh;Argch:acosh;Argth:atanh;\n\ |
49 | Argsh:asinh;Argch:acosh;Argth:atanh;\n\ |
50 | cotan:cot;ctg:cot;\n\ |
50 | cotan:cot;ctg:cot;\n\ |
51 | log10(x):=block([],return(log(x)/log(10 |
51 | log10(x):=block([],return(log(x)/log(10)));\n\ |
52 | log2(x):=block([],return(log(x)/log(2 |
52 | log2(x):=block([],return(log(x)/log(2)));\n\ |
53 | lg(x):=log10(x);\n\ |
53 | lg(x):=log10(x);\n\ |
54 | sgn:sign;\n\ |
54 | sgn:sign;\n\ |
55 | nolabels:true; kill(labels);\n\ |
55 | nolabels:true; kill(labels);\n\ |
56 | "; |
56 | "; |
57 | 57 |