home *** CD-ROM | disk | FTP | other *** search
/ Techno Guide - Aspettando Windows 98 / TechnoGuide.iso / applicaz / snotetab / maths.clb < prev    next >
Text File  |  1998-01-25  |  1KB  |  20 lines

  1. = V4 MultiLine NoSorting TabWidth=30
  2.  
  3. H="About this library"
  4. ^!INFO=This library was written by Eric G.V. Fookes to serve as a demonstration of the varied tasks that can be performed by the Editor Clipbook. You are free to customize it any way you like!>>>>If you have a useful Clipbook library that you would like to share with other NoteTab users, please submit it to...>>>>fookes@sc2a.unige.ch>>>>Your library will then be added to the Clipbook repository on the web.
  5.  
  6. H="Your ideal weight?"
  7. ;Lorentz Formula (thanks Christophe!)
  8. ^!CALC=[(^?[Height (cm)]-100)-((^?[Height (cm)]-150)/^?[Sex=Male^=4|Female^=2])] Kg=Ideal weight
  9.  
  10. H="Mortage rate"
  11. ^!CALC=[^?[Mortgage amount]*(^?[Interest rate (%)]/1200)*(1+^?[Interest rate (%)]/1200)^(^?[Length of the loan (in years)]*12)/((1+^?[Interest rate (%)]/1200)^(^?[Length of the loan (in years)]*12)-1)] per month=Mortgage rate
  12.  
  13. H="Volume of sphere"
  14. ^!CALC=[(Pi*^?[Radius of sphere]^3)*4/3]=Volume of sphere
  15.  
  16. H="Show Sin(x)"
  17. ^!CALC=[Sin(^?[Sin(x): Enter a value for x]);^?[Decimals]]=Sin(^?[Sin(x): Enter a value for x])
  18.  
  19. H="Insert Sin(x)"
  20. ^$[Sin(^?[Sin(x): Enter a value for x]);^?[Decimals]]