math expression
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 452
WorkSheet Maker 2.3.3
K-6 grade math worksheet maker. more>>
WorkSheet Maker is a teaching tool for mathematics. It allows you to create numerical math work sheets for students. This software is primarily geared toward grades K-6.
<<less Download (0.762MB)
Added: 2004-06-09 License: Freeware Price:
2031 downloads
eTktab 3.21
Intuitive guitar tablature editor. more>>
eTktab is an ASCII tablature editor for 4/5/6 stringed instruments. Features include: 30 fretboard positions available by single keypress, lyrics, expression marks, solo/chord tab entry modes, and custom guitar tunings and keybindings.
<<less Download (1.8MB)
Added: 2004-08-08 License: Freeware Price:
1903 downloads
Any Calc CM 1.0.1
Contextual Menu calculates math expressions. more>>
Any Calc CM is a contextual menu that can calculate mathematical expressions.
Just select the expression and Control-click (or right mouse button click) on it to open the contextual menu. The contextual menu will show the result. Select the result to copy into the clipboard. Then you can paste the result where you need.
<<lessJust select the expression and Control-click (or right mouse button click) on it to open the contextual menu. The contextual menu will show the result. Select the result to copy into the clipboard. Then you can paste the result where you need.
Download (60KB)
Added: 2004-11-09 License: Freeware Price:
1813 downloads
Pizza Party Puzzles 1.0
Pizza Party Puzzles - Middle-School (grades 5 through 9) math program written to provide skills in context more>>
Middle-School (grades 5 through 9) math program written to provide skills in context.
Students use hints to find what fraction of a pizza was eaten by each of five party-goers. Sample hints: "Judy had 2/5 of a pizza. Bill ate twice as much pizza as Judy."
<<lessStudents use hints to find what fraction of a pizza was eaten by each of five party-goers. Sample hints: "Judy had 2/5 of a pizza. Bill ate twice as much pizza as Judy."
Download (309KB)
Added: 2005-10-28 License: Freeware Price:
1456 downloads
uDoTheMath! 0.1b
uDoTheMath! - calculator for checking simple math equations more>>
uDoTheMath! is a calculator used to check simple math equations.
Unlike a traditional calculator that displays an answer, uDoTheMath! requires the user to input the complete equation (i.e. 5+3=8) and then check their answer.
uDoTheMath! was designed with grade school students in mind and is a great tool for checking math homework without giving the answer away!
<<lessUnlike a traditional calculator that displays an answer, uDoTheMath! requires the user to input the complete equation (i.e. 5+3=8) and then check their answer.
uDoTheMath! was designed with grade school students in mind and is a great tool for checking math homework without giving the answer away!
Download (141KB)
Added: 2005-11-10 License: Freeware Price:
1445 downloads
Expression Evaluator 1.0
Expression Evaluator - REALbasic classes for evaluating mathematical expressions more>>
Expression Evaluator is a set of classes for REALbasic which enables you to evaluate mathematical expressions.
Main features:
- Supports freeform expressions
- Follows standard order of operations
- Many built-in functions
- Support for variables.
<<lessMain features:
- Supports freeform expressions
- Follows standard order of operations
- Many built-in functions
- Support for variables.
Download (9.3KB)
Added: 2005-12-11 License: Freeware Price:
1418 downloads
Super calculator 2.0
Super calculator - Calculator that can do regular math and algebra more>>
Super calculator is a stand alone application writen in AppleScript that can do standard math and algebra. It uses no scripting additions to do its task.
Completly freeware.
Enhancements:
- Now you can do expontents (^) and percentages (%).
- Positioning of the variable is much more flexible in this version.
- It also has an easy clipboard option.
<<lessCompletly freeware.
Enhancements:
- Now you can do expontents (^) and percentages (%).
- Positioning of the variable is much more flexible in this version.
- It also has an easy clipboard option.
Download (54KB)
Added: 2006-01-23 License: Freeware Price:
1400 downloads
Math Commands 1.0
Math Commands - Trigonomic and other math functions more>>
Math Commands is a scripting addition containing a large number of mathematical operations, particularly trigonomic functions.
Enhancements:
- Removed a spurious hex 00 byte from the end of the aete resource.
<<lessEnhancements:
- Removed a spurious hex 00 byte from the end of the aete resource.
Download (5KB)
Added: 2006-02-15 License: Freeware Price:
1352 downloads
ABA-X1 1.0
ABA-X1 is a program that calculates math expressions more>>
ABA-X1 is a program that calculates mathematical expressions.
ABA-X1 is an application that calculates mathematical expressions. It has a large number of built-in operators and functions.
List of operators: +, -, *, /, ^
List of functions:
abs, acos, asin, atan, cbrt, ceil, cos, cosh, degrees exp, expm1, floor, log, log10, log1p, rad, radians, rint, round, signum, sin,sinh, sqrt, tan, tanh, ulp. Look at java.lang.Math for a detailled description of these functions.
A function can be typed in with code completion: click with the mouse on the green display and type with the keyboard. Type s and press Ctrl+Space and see what happens. This behaviour is called code completion.
Code compeletion also works for built-in (predefined) constants. Type m and press Ctrl+Space to get a list of atomic weights (remember m like masses).
A atomic weight constant begins with a m and ends with its element symbol. Sample: mCa for Calcium, mS for Sulfur. Type mC and press Strg+Space and see the list of all elements which starts with an C.
Physical constants are also predefined. The prefix is p. Press p and Strg+Space to see the list.
All constants and function can be selected (and inserted) via the menu. Click on the menu button to open the main menu. You will see the sub menus Functions, Vars and Constants. A function, variable or constant will be inserted at the current place (cell) by selecting the menu item.
Click on the = button or (while editing with keyboard) press Strg-Enter to stopp editing and recalculate all expressions.
At the right side of the green display you see variable names. Normaly the name is f1, f2 and so on. Each value of an expression is stored in a variable. These variables can be referenced in other expressions like f1 * 1.16. (You have the possibility to rename a variable by clicking on it.)
<<lessABA-X1 is an application that calculates mathematical expressions. It has a large number of built-in operators and functions.
List of operators: +, -, *, /, ^
List of functions:
abs, acos, asin, atan, cbrt, ceil, cos, cosh, degrees exp, expm1, floor, log, log10, log1p, rad, radians, rint, round, signum, sin,sinh, sqrt, tan, tanh, ulp. Look at java.lang.Math for a detailled description of these functions.
A function can be typed in with code completion: click with the mouse on the green display and type with the keyboard. Type s and press Ctrl+Space and see what happens. This behaviour is called code completion.
Code compeletion also works for built-in (predefined) constants. Type m and press Ctrl+Space to get a list of atomic weights (remember m like masses).
A atomic weight constant begins with a m and ends with its element symbol. Sample: mCa for Calcium, mS for Sulfur. Type mC and press Strg+Space and see the list of all elements which starts with an C.
Physical constants are also predefined. The prefix is p. Press p and Strg+Space to see the list.
All constants and function can be selected (and inserted) via the menu. Click on the menu button to open the main menu. You will see the sub menus Functions, Vars and Constants. A function, variable or constant will be inserted at the current place (cell) by selecting the menu item.
Click on the = button or (while editing with keyboard) press Strg-Enter to stopp editing and recalculate all expressions.
At the right side of the green display you see variable names. Normaly the name is f1, f2 and so on. Each value of an expression is stored in a variable. These variables can be referenced in other expressions like f1 * 1.16. (You have the possibility to rename a variable by clicking on it.)
Download (1KB)
Added: 2006-03-22 License: Freeware Price:
1312 downloads
Fractographer 2.0.3
Fractographer - Plot fractals based on math functions more>>
Fractographer is a program to plot the fractals of mathematical functions.
It can take any arbitrary formula you input, so long as it follows a few guidelines.
You can then save the current fractal to an image of any size you want.
More specific information is found in the included readme.
To use Fractographer, you will need to provide the following information: an expression for z (the parameter for the iterated formula), c (a constant expression), and for z(n + 1) (the iterated formula). Additionally, you can provide how many times you want the formula to be iterated over, the escape radius, and the colors for the inner bounds, outer bounds, and an arbitrary middle bound.
Enhancements:
- Fixed another formula parser bug.
- Released the source.
<<lessIt can take any arbitrary formula you input, so long as it follows a few guidelines.
You can then save the current fractal to an image of any size you want.
More specific information is found in the included readme.
To use Fractographer, you will need to provide the following information: an expression for z (the parameter for the iterated formula), c (a constant expression), and for z(n + 1) (the iterated formula). Additionally, you can provide how many times you want the formula to be iterated over, the escape radius, and the colors for the inner bounds, outer bounds, and an arbitrary middle bound.
Enhancements:
- Fixed another formula parser bug.
- Released the source.
Download (162KB)
Added: 2006-05-04 License: Freeware Price:
1269 downloads
MOKit 2.8
MOKit - Set of OS X classes to augment Cocoa more>>
MOKit is a Mac OS X framework that augments Cocoa. It provides several useful classes such as a class to manage a disclosable stack of views, subclasses extending NSTableView and NSOutlineView, a regular expression object, an NSFormatter subclass that uses regular expressions to validate strings, and a set of classes for implementing completion.
<<less Download (1MB)
Added: 2006-06-14 License: Freeware Price:
1230 downloads
Mathizma 1.2
Mathizma - Simple math game more>>
Mathizma is a small math game. Enter the numbers 1 / 9 in the empty fields!! Can you solve this puzzle?
Completly freeware for non-commercial use.
Enhancements:
- Added the New option in the menu.
- Added English language in the message box.
- You can only use numbers in the Editfields.
<<lessCompletly freeware for non-commercial use.
Enhancements:
- Added the New option in the menu.
- Added English language in the message box.
- You can only use numbers in the Editfields.
Download (650KB)
Added: 2006-06-22 License: Freeware Price:
1220 downloads
EvalService 1.2.1.0
EvalService - Evaluate any selected string as a math expression more>>
EvalService is a MacOSX service that allows you to evaluate a selected string as a mathematical expression from any application.
After downloading and uncompressing, drop the EvalService file into your ~/Library/Services folder and relogin. You will then be able to select a string in any application and by using the Application->Services->Evaluate Expression menu, exaluate the expression.
Example expressions
54/34
16*(4.2/(2000-453.3))
ceil(sin(23+34)+cos(1.24)^2)
Supported functions
abs cos acos sin asin tan atan atan2 deg rad
log log10 sqrt frexp ldexp
ceil floor max min mod
random randomseed
See the Manual for more details.
<<lessAfter downloading and uncompressing, drop the EvalService file into your ~/Library/Services folder and relogin. You will then be able to select a string in any application and by using the Application->Services->Evaluate Expression menu, exaluate the expression.
Example expressions
54/34
16*(4.2/(2000-453.3))
ceil(sin(23+34)+cos(1.24)^2)
Supported functions
abs cos acos sin asin tan atan atan2 deg rad
log log10 sqrt frexp ldexp
ceil floor max min mod
random randomseed
See the Manual for more details.
Download (102KB)
Added: 2006-08-20 License: Freeware Price:
1212 downloads
WordShaker 1.5.4
WordShaker - Manipulate words lists using various filters more>>
WordShaker can manipulate words lists (dictionary or word compound) using various filters : dictionary filter, Regular Expression filter, anagrams filter, palindromes filter, anacyclique filter, word composed filter and/or size filter.
<<less Download (5.3MB)
Added: 2006-10-10 License: Freeware Price:
1110 downloads
MathField 1.1
MathField is a REALBasic EditField class that allows simple math operations to be entered into the EditField and be evaluated more>>
MathField is a REALBasic EditField class that allows simple math operations to be entered into the EditField and be evaluated.
It supports the following operations: +, -, *, /, ^, ( ), {}, [ ] along with negative numbers and nested brackets.
<<lessIt supports the following operations: +, -, *, /, ^, ( ), {}, [ ] along with negative numbers and nested brackets.
Download (43KB)
Added: 2006-11-17 License: Freeware Price:
1072 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above math expression search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed