A86: Line(
[Prev][Next][Index][Thread]
A86: Line(
I have successfully created a function called Cmplx( on my calc which
returns a real or complex number based on this input:
Cmplx(a,b
a=real part, for any real number or real variable
b=imaginary part, for any real number or real variable
And would output (a,b), or just a if no imaginary part is given, and in
the same way that any built in function works.
This function is utterly useless, but it does show the considerable
progress I have made. I would like to make LnOff(x1,y1,x2,y2 (line
off), but there is a special call I need to check syntax. I could use
the one that Line( uses, though.
So, does anyone know where Line( is on the calc or what kinds of
things it does?
I don't think it calls _ILine, but probably something that does the same
thing for the graph memory. Thanks.