home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / win / tools / zcalc / zcalc.ini < prev   
INI File  |  1994-05-09  |  542b  |  28 lines

  1. [Variables]
  2.  
  3.     X=5;Variable X
  4.     Y=5;Variable Y
  5.     OHMS=1; Resistance
  6.     VOLTS=1; Voltage
  7.     
  8. [Equations]
  9.  
  10.     R=SQR(X^2+Y^2);The radius of a circle
  11.     AreaOfCircle=pi*R^2;area of circle
  12.     Current = VOLTS / OHMS
  13.  
  14. [Builtins]
  15.  
  16.     i=j
  17.     PIover2 = PI/2
  18.  
  19. [Defaults]
  20.  
  21.     ;AngleMeasurement must be Radians or Degrees
  22.     AngleMeasurement=Radians
  23.     ;Precision must be between 0 and 15 inclusive
  24.     Precision=5
  25.     VirtualZero=1E-100
  26.     ;Format can be Rectangular, Angular or XplusjY
  27.     Format=Rectangular
  28.