Campbell CSIOPC Specifikace Strana 158

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 322
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 157
Section 10. CRBASIC Programming Instructions
10-20
COSH
Returns the hyperbolic cosine of an expression or value.
Syntax
x = COSH (source)
SIN
Returns the sine of an angle.
Syntax
x = SIN (source)
SINH
Returns the hyperbolic sine of an expression or value.
Syntax
x = SINH(Expr)
TAN
Returns the tangent of an angle.
Syntax
x = TAN (source)
TANH
Returns the hyperbolic tangent of an expression or value.
Syntax
x = TANH (Source)
10.6.4 Arithmetic Functions
ABS
Returns the absolute value of a number.
Syntax
x = ABS (source)
FRAC
Returns the fractional part of a number.
Syntax
x = FRAC (source)
EXP
Returns e (the base of natural logarithms) raised to a power
Syntax
x = EXP (source)
Floor
Rounds a value to a lower integer.
Syntax
variable = Floor (Number)
Ceiling
Rounds a value to a higher integer.
Syntax
variable = Ceiling (Number)
Zobrazit stránku 157
1 2 ... 153 154 155 156 157 158 159 160 161 162 163 ... 321 322

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

Žádné komentáře