Re: TIB: 85 to 89


[Prev][Next][Index][Thread]

Re: TIB: 85 to 89




In a message dated 2/9/00 8:51:31 PM Eastern Standard Time, nix249@mich.com 
writes:

> It takes the last answer, and gets the Cotangent of it.  The calc stores 
this 
> into Ans and displays it on it's own.  I could get it to do this with the 
89. 
>  I tried getting an argument as a, applying the cotangent, and then 
> displaying a, but it gave:
>  
>    1
>  -------
>  tan a
>  
>  with a as the argument.  I want the answer to be a decimal.  How do I 
write 
> this?
>  
>  B Clark

If you want a decimal instead of the exact answer, just set the mode to 
approximate.  The code is Setmode "Exact/Approximate","Approximate"


Follow-Ups: