Multichannel-systems NeuroExplorer Instrukcja Użytkownika Strona 296

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 373
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 295
5.5.13.16. acos Function
acos Function
Returns the arccosine (in radians) of the specified number.
Syntax
double acos(double x)
Parameters
Parameter Type Description
x double Numeric value (the value should be from -1 to +1).
Returns
Returns y such that x = cos(y).
Comments
None
Usage
NexScript
x = 0.5
y = acos(x)
% y is 1.047197551
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 294
Przeglądanie stron 295
1 2 ... 291 292 293 294 295 296 297 298 299 300 301 ... 372 373

Komentarze do niniejszej Instrukcji

Brak uwag