Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QuickBASIC 3.0 - <b>/ division operator</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
/                        Division Operator

 exp1 / exp2

    The / operator performs floating-point division. If the expression
    involves operands of more than one precision, all operands are
    converted to the same level--that of the highest-precision operand in
    the expression--before the expression is evaluated.

        exp1    Any numeric expression.

        exp2    Any numeric expression that does not evalute to 0.

See Also: ^^ - * \ MOD + Precedence

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson