Campbell-scientific CR3000 Micrologger Uživatelský manuál Strana 498

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 590
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 497
Appendix A. CRBasic Programming Instructions
498
EQV
Performsalogicalequivalenceontwoexpressions.
Syntax
result = expr1 EQV expr2
NOT
Performsalogicalnegationonanexpression.
Syntax
result = NOT expression
OR
Performsalogicaldisjunctionontwoexpressions.
Syntax
result = expr1 OR expr2
XOR
Performsalogicalexclusionontwoexpressions.
Syntax
result = expr1 XOR expr2
IIF
Evaluatesavariableorexpressionandreturnsoneoftworesultsbasedonthe
outcomeofthatevaluation.
Syntax
Result = IIF (Expression, TrueValue, FalseValue)
IMP
Performsalogicalimplicationontwoexpressions.
Syntax
result = expression1 IMP expression2
A.6.6 Trigonometric Functions
A.6.6.1 Derived Functions
Table Derived Trigonometric Functions (p. 498) is a list of trigonometric functions
that can be derived from functions intrinsic to CRBasic.
Table 121. Derived Trigonometric Functions
Function CRBasic Equivalent
Secant Sec = 1 / Cos(X)
Cosecant Cosec = 1 / Sin(X)
Cotangent Cotan = 1 / Tan(X)
Inverse Secant Arcsec = Atn(X / Sqr(X * X - 1)) + Sgn(Sgn(X) - 1) * 1.5708
Inverse Cosecant Arccosec = Atn(X / Sqr(X * X - 1)) + (Sgn(X) - 1) * 1.5708
Inverse Cotangent Arccotan = Atn(X) + 1.5708
Hyperbolic Secant HSec = 2 / (Exp(X) + Exp(-X))
Hyperbolic Cosecant HCosec = 2 / (Exp(X) - Exp(-X))
Zobrazit stránku 497
1 2 ... 493 494 495 496 497 498 499 500 501 502 503 ... 589 590

Komentáře k této Příručce

Žádné komentáře