•  Back 
  •  Main 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The GFA-Basic Compendium
Author      : GFA Systemtechnik GmbH
Version     : GFABasic.HYP v2.98 (12/31/2023)
Subject     : Documentation/Programming
Nodes       : 899
Index Size  : 28056
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Document not found
@help       : Help
@options    : +g -i -s +z
@width      : 75
@hostname   : STRNGSRV
@hostname   : CAB     
@hostname   : HIGHWIRE
@hostname   : THING   
View Ref-FileThere are numerical functions for the following tasks: the functions ABS() and
SGN() return the absolute value and the sign of a numerical expression.  ODD()
and EVEN() check whether a number is odd or even. INT(), TRUNC(), FIX(), and
FRAC() deal with separate manipulation of the parts of a number to the left and
to the right of the decimal point. ROUND() rounds an expression. MAX() and
MIN() return the largest or the smallest of several numerical expressions and
SQR() the square root of an expression. The trigonometrical functions are
SIN(), COS(), TAN(), ASIN(), ACOS(), and ATN().  SINQ() and COSQ() are faster,
less accurate alternatives for SIN() and COS(). EXP() and LOG() compute powers
and logarithms. LOG10() computes logarithms to base 10. DEG() and RAD()
transform values from radians to degrees and vice versa. RND(), RANDOM(),
RAND(), and RANDOMIZE deal with the generation of random numbers.