[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (no subject)
From: |
PhilipNienhuis |
Subject: |
Re: (no subject) |
Date: |
Sun, 13 Mar 2016 08:26:11 -0700 (PDT) |
Jonathan Camilleri wrote
> Is this correct?
>
> GNU Octave, version 4.0.0
> Copyright (C) 2015 John W. Eaton and others.
> This is free software; see the source code for copying conditions.
> There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
> FITNESS FOR A PARTICULAR PURPOSE. For details, type 'warranty'.
>
> Octave was configured for "i686-w64-mingw32".
>
> Additional information about Octave is available at http://www.octave.org.
>
> Please contribute if you find this software useful.
> For more information, visit http://www.octave.org/get-involved.html
>
> Read http://www.octave.org/bugs.html to learn how to submit bug reports.
> For information about changes from previous versions, type 'news'.
>
>>> sin(90);
>>> ans
> ans = 0.89400
>>> sin(-90)
> ans = -0.89400
Typing (in the Octave terminal)
help sin
would learn you:
:
-- sin (X)
Compute the sine for each element of X in radians.
What is unclear about that?
Philip
--
View this message in context:
http://octave.1599824.n4.nabble.com/no-subject-tp4675450p4675463.html
Sent from the Octave - General mailing list archive at Nabble.com.
- [no subject], Jonathan Camilleri, 2016/03/13
- Re:, Doug Stewart, 2016/03/13
- Re:, Pierpaolo Bernardi, 2016/03/13
- Re: (no subject),
PhilipNienhuis <=