Rev 8529 | Rev 10075 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8529 | Rev 10072 | ||
---|---|---|---|
Line 36... | Line 36... | ||
36 | 36 | ||
37 | char *nameofcmd="octave -Hf --no-line-editing"; |
37 | char *nameofcmd="octave -Hf --no-line-editing"; |
38 | int precision=9; |
38 | int precision=9; |
39 | char header[]="split_long_rows(0)\n\ |
39 | char header[]="split_long_rows(0)\n\ |
40 | page_screen_output(0)\n\ |
40 | page_screen_output(0)\n\ |
41 |
|
41 | sh=@sinh\n\ |
42 |
|
42 | ch=@cosh\n\ |
43 |
|
43 | th=@tanh\n\ |
44 |
|
44 | ln=@log\n\ |
45 |
|
45 | lg=@log10\n\ |
46 |
|
46 | sgn=@sign\n\ |
47 |
|
47 | tg=@tan\n\ |
48 |
|
48 | cotan=@cot\n\ |
49 |
|
49 | ctg=@cot\n\ |
50 |
|
50 | arcsin=@asin\n\ |
51 |
|
51 | arccos=@acos\n\ |
52 |
|
52 | arctan=@atan\n\ |
53 |
|
53 | arctg=@atan\n\ |
54 |
|
54 | argsh=@asinh\n\ |
55 |
|
55 | argch=@acosh\n\ |
56 |
|
56 | argth=@atanh\n\ |
57 |
|
57 | Argsh=@asinh\n\ |
58 |
|
58 | Argch=@acosh\n\ |
59 |
|
59 | Argth=@atanh\n\ |
60 |
|
60 | rint=@round\n\ |
61 | PI=pi\n\ |
61 | PI=pi\n\ |
62 | Pi=pi\n\ |
62 | Pi=pi\n\ |
63 | "; |
63 | "; |
64 | 64 | ||
65 | struct { |
65 | struct { |