home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78b98.iso / Smart30 / ENGLISH / PRODUCTS / LOTUS030.DSK / AMICALC.INI < prev    next >
INI File  |  1993-05-13  |  3KB  |  45 lines

  1. [Financial]
  2. CTERM=Calculates the number of compounding periods necessary for an investment to grow to a given future value.~@CTERM(interest, futurevalue, presentvalue)
  3. DDB=Calculates the double-declining balance depreciation allowance of an asset.~@DDB(cost,salvage,life,period)
  4. FV=Calculates the future value of a series of equal payments.~@FV(payments,interest,term)
  5. PMT=Calculates the amount of the periodic payment needed to pay off a loan.~@PMT(principal,interest,term)
  6. PV=Calculates the present value of a series of equal payments.~@PV(payments, interest, term)
  7. RATE=Calculates the periodic interest rate necessary for an investment to grow to a given future value.~@RATE(futurevalue, presentvalue, term)
  8. SLN=Calculates the straight-line depreciation allowance of an asset.~@SLN(cost,salvage,life)
  9. SYD=Calculates the sum-of-the-years'-digits depreciation allowance of an asset.~@SYD(cost,salvage,life,period)
  10. TERM=Calculates the number of payment periods of an investment.~@TERM(payments, interest, futurevalue)
  11.  
  12. [Mathematical]
  13. ABS=Calculates the absolute (positive) value of a value.~@ABS(x)
  14. ACOS=Calculates the arc cosine of a value.~@ACOS(x)
  15. ASIN=Calculates the arc sine of a value.~@ASIN(x)
  16. ATAN=Calculates the arc tangent of a value.~@ATAN(x)
  17. ATAN2=Calculates the arc tangent of the quotient of two values.~@ATAN2(x,y)
  18. COS=Calculates the cosine of an angle.~@COS(z)
  19. EXP=Calculates the natural logarithm (base e) raised to a specified power.~@EXP(x)
  20. INT=Returns the integer portion of a value.~@INT(x)
  21. LN=Calculates the natural logarithm (base e) of a value.~@LN(x)
  22. LOG=Calculates the common logarithm (base 10) of a value.~@LOG(x)
  23. MOD=Calculates the remainder (modulus) of two values.~@MOD(x,y)
  24. PI=Returns the value of the number pi (approximately 3.1415926536)~@PI
  25. RAND=Generates a random value between 0 and 1~@RAND
  26. ROUND=Rounds a value to a specified number of decimal places.~@ROUND(x,n)
  27. SIN=Calculates the sine of an angle.~@SIN(z)
  28. SQRT=Calculates the positive square root of a value.~@SQRT(x)
  29. TAN=Calculates the tangent of an angle.~@TAN(z)
  30.  
  31. [Statistical]
  32. AVG=Averages a list of values.~@AVG(list)
  33. COUNT=Counts the nonblank values in a list.~@COUNT(list)
  34. MAX=Finds the greatest value in a list of values.~@MAX(list)
  35. MIN=Finds the least value in list of values.~@MIN(list)
  36. STD=Calculates the standard deviation of the values in a list.~@STD(list)
  37. SUM=Sums the values in a list.~@SUM(list)
  38. VAR=Calculates the population variance of the values in a list.~@VAR(list)
  39.  
  40. [Logical]
  41. ERR=Returns ERR if the expression is incorrect~@ERR
  42. FALSE=Returns the logical value 0 (false)~@FALSE
  43. IF=Returns one value if the condition is true, and another value if the condition is false.~@IF(condition, x, y)
  44. NA=Returns NA if the expression is not available~@NA
  45. TRUE=Return the logical value 1 (true)~@TRUE