Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
MathComp.dll | 2012-03-22 | 16.9 kB | |
MathComp ReadMe.txt | 2012-03-22 | 2.5 kB | |
Totals: 2 Items | 19.4 kB | 0 |
How to use: 1-Go to your solution explorer (CTRL+R or View/Solution explorer) 2-Right-click your project name (eg: WindowsApplication1...) 3-Select "Add reference" 4-Go to the "Browse" tab 5-Find "MathComp.dll" in your downloads folder (eg: "C:\Users\YOURUSERNAME\Downloads") 6-Double-click it 7-Go to your form coding (Right click your designer and select "View code") 8-Type at the top of your code "Imports VBTheory.MathComp" 9-Right after your "Public class", type in "Dim MathComp as new VBTheory.MathComp" 10-Use any of these codes below: _______________________________________________________________________________________________________________ |Function |Code | |_______________________|_______________________________________________________________________________________| |-Addition |"MathComp.add(<your first value here>,<your second value here>)" | |-Substraction |"MathComp.substract(<your first value here>,<your second value here>)" | |-Multiplication |"MathComp.multiply(<your first value here>,<your second value here>)" | |-Division |"MathComp.divide(<your first value here>,<your second value here (can't be zero) >)" | |-Cosine |"MathComp.Cos(<your value here>)" | |-Sine |"MathComp.Sin(<your value here>)" | |-Tangent |"MathComp.tan(<your value here (Can't be pi/2)>)" | |-Hyperbolic cosine |"MathComp.Cosh(<your value here>)" | |-Hyperbolic Sine |"MathComp.Sinh(<your value here>)" | |-Hyperbolic tangent |"MathComp.tanh(<your value here (Can't be pi/2)>)" | |-Logarithme 10 |"MathComp.log(<your value here>)" | |-Change sign |"MathComp.changesign(<your value here>)" | |-Square root |"MathComp.squareroot(<your positive value here>)" | |-Square |"MathComp.square(<your value here>)" | |-Root |"MathComp.root(<your positive value here>,<your root's grade here>)" | |-Power |"MathComp.power(<your value here>,<your power's grade here>)" | |-Absolute value |"MathComp.absolute(<your value here>)" | |-Save memory |"MathComp.savememory(<your value here>)" | |-Load memory |"MathComp.loadmemory(<where you want to store it here>)" | |-Clear memory |"MathComp.clearmemory()" | --------------------------------------------------------------------------------------------------------------- TIP: IF YOU WANT TO DISABLE AUTOMATIC MESSAGEBOXES, TYPE "MathComp.nomsgbox=true". VBTheory (C) 2011-2012 - All rights reserved