help-octave
[Top][All Lists]
Advanced

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

Re: Same .m file: different results with different versions


From: Mic Miller
Subject: Re: Same .m file: different results with different versions
Date: Sun, 18 Apr 2010 18:51:09 -0400

> FreeBSD's doesn't seem to work either. Perhaps that means that MacOS 
> doesn't work either. Thankfully Windows seems to get this right (in 
> this case).

For what it is worth:

System Version: Mac OS X 10.5.8 (9L31a)

octave-3.2.0:1> n = (50000+50000i);
octave-3.2.0:2> s = sinh(n) 
s = -Inf - Infi
octave-3.2.0:3> c = cosh(n)
c = -Inf - Infi
octave-3.2.0:4> r = s/c
r = NaN - NaNi
octave-3.2.0:5> tanh(n)
ans =  1



reply via email to

[Prev in Thread] Current Thread [Next in Thread]