Remote-processing BASIC 52 Manual do Utilizador Página 68

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 163
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 67
RPBASIC-52 PROGRAMMING GUIDE
2-49
INT
Syntax: INT(expr)
Function: Returns an integer portion of expr
Mode: Command, run
Use: PRINT INT(PI)
Cards: All
DESCRIPTION
The integer portion is stored as a floating point number.
RELATED none
ERRORS none
EXAMPLE
print int(45.67)
45
print int(-16.9999)
-16
To produce true rounding to the closest whole number, use the following formula:
A = INT(B+0.5)
Vista de página 67
1 2 ... 63 64 65 66 67 68 69 70 71 72 73 ... 162 163

Comentários a estes Manuais

Sem comentários