Campbell CR200 Manual do Operador Página 116

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 115
Section 10. CRBASIC Programming Instructions
ASIN
The ASIN function returns the arc sin of a number.
Syntax
x = ASIN(source)
ATN
Returns the arctangent of a number.
Syntax
x = ATN(source)
ATN2
Returns the arctangent of y / x.
Syntax
x = ATN(y , x)
COS
Returns the cosine of an angle specified in radians.
Syntax
x = COS(source)
SIN
Returns the sine of an angle.
Syntax
x = SIN(source)
TAN
Returns the tangent of an angle.
Syntax
x = TAN(source)
10.6.4 Arithmetic Functions
ABS
Returns the absolute value of a number.
Syntax
x = ABS(source)
EXP
Returns e (the base of natural logarithms) raised to a power
Syntax
x = EXP(source)
FRAC
Returns the fractional part of a number.
Syntax
x = FRAC(source)
INT or FIX
Return the integer portion of a number.
Syntax
x = INT(source)
x = Fix(source)
102
Vista de página 115
1 2 ... 111 112 113 114 115 116 117 118 119 120 121 ... 209 210

Comentários a estes Manuais

Sem comentários