The Official GBBS Pro Repository

  • Home
  • ACOS GBBS Pro
    • Welcome to the GBBS Pro Archive
    • Apple II RoundTable – Lance Taylor-Warren
    • GBBS Pro System Software Version 2.1
    • GBBS Pro System Software 2.11 And Source Code
    • Legacy GBBS Pro System Software
    • Legacy DOS Based GBBS II Version 1.7
  • ACOS Utility Segs
    • Advanced Transfer System for GBBS
    • ACOS Boss
    • ACOS GBBS Editor Version 1.1
    • DarkFire 2000 BBS Version 2.41
    • Day of the week mod
    • SysOp Mail Dashboard – Mail Utility v4.0
    • ACOS Device list
    • Top of screen stats
    • Midnight call counter fix
    • Mail fix utility
    • E-Mail subject mod
    • Speed with HST Modems
  • ACOS Game Segs
    • Calculate Medical Age
  • Misc Utilities
    • TCPSER Package
    • Exfer 4.3b Delta13
    • Crash Proofing GBBS II Systems
    • Message Tracking Mod
    • ACOS Math
    • Email to multiple or all users
    • Preventing unauthorized access to site via malicious upload

ACOS Math

Author: Darryl Ellingson
—————————————————————————————————————————–

Numb ->54
Sub ->ACOS Math
From ->DARRYL ELLINGSON (#2)
Date ->08/13/86 02:10:07

If any of you are installing your own modifications to your system that require
even simple math, watch out for this one:

If you have the variable x=10 and the variable y=5 and you use the following
formula:

a=x-y+10

I am sure many of you would say the value of the variable ‘a’ should be 15. In
the world of mathematics, this would be true. However, in the ACOS world the
answer is -5. The formula is NOT evaluated using normal math logic, i.e.
left to right evaluation for equal operators. The formula is treated as:

x minus the sum of y plus 10

In any other world, you would have to specify a=x-(y+10) however not true under
ACOS.

The bottom line is any time you are using a formula, USE PARENTHESIS far beyond
the point of what appears to be absurdity. It can’t hurt. If you wanted the
example formula to evaluate correctly you whould have to specify:

a=(x-y)+10

Try it and you’ll see what I mean.

Darryl

Recent Posts

  • GBBS Pro 2.4 Software & Manual
  • GBBS Pro 2.3 Software & Manual
  • GBBS Pro 2.2 Beta 1 Software & Book Now Available
  • GBBS Pro System Software Version 2.14 and Source
  • GBBS Pro System Software 2.11 And Source Code

Recent Comments

    Archives

    • November 2024
    • July 2023
    • July 2019
    • February 2017
    • January 2017

    Categories

    • Bulletin Board Systems
    • GBBS System
    • General

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    (c) 2015-2025 GBBS Pro Repository