Campbell CSIOPC Especificaciones Pagina 158

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 322
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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)
Vista de pagina 157
1 2 ... 153 154 155 156 157 158 159 160 161 162 163 ... 321 322

Comentarios a estos manuales

Sin comentarios