Main > Free Download Search >

Free math expressions software for windows

math expressions

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1190
Math Expression Calculator 9.14

Math Expression Calculator 9.14


Math Expression Calculator is an ease to use tool to quickly evaluate mathematical expressions involving multiple variables more>>

Math Expression Calculator 9.14 is a program for evaluating mathematical expressions involving multiple variables. With it you are able to type in an expression such as '235 + 15.5 * 6 - ( 225 - 12.75 )' and see the result instantaneously. It supports a lot of functions in addition to the basic operators. It can save the calculations history, you are ease to re-trace your previous calculations. You can free from the frustration when using an ordinary calculator.

Enhancements: includes user interface enhancements.

<<less
Download (248KB)
Added: 2007-10-09 License: Freeware Price: $0.00
93 downloads
ExpressionCalc 1.00

ExpressionCalc 1.00


ExpressionCalc application is a simple utility to calculate math expressions more>>
ExpressionCalc application is a simple utility to calculate math expressions.
Available functions are :
- COS,
- SIN,
- SINH,
- COSH,
- TAN,
- COTAN,
- ARCTAN,
- ARG,
- EXP,
- LN,
- LOG10,
- LOG2,
- LOGN,
- SQRT,
- SQR,
- POWER,
- INTPOWER,
- MIN,
- MAX,
- ABS,
- TRUNC,
- INT,
- CEIL,
- FLOOR ,
- RANDOM
and
- SIGN (sign(x) is 1 for x>1, 0 for x=0, -1 for x0 and =0 for x<<less
Download (263KB)
Added: 2007-04-27 License: Freeware Price:
916 downloads
Regular Expressions Tester 1.0.8.9

Regular Expressions Tester 1.0.8.9


Fiirefox extension that offers developers functions for testing their regular expressions more>>
Fiirefox extension that offers developers functions for testing their regular expressions Regular Expressions Tester is a useful testing utility for regular expressions with color highlighting.
System requirements:
- Firefox: 1.5 ? 2.0.0
<<less
Download (25KB)
Added: 2007-08-04 License: Freeware Price:
846 downloads
 
Other version of Regular Expressions Tester
Regular Expressions Tester 1.0.3useful testing utility for regular expressions with color highlighting. Regular Expressions ... Regular Expressions Tester is a useful testing utility for regular expressions with color
License:Freeware
Download (12.8KB)
1379 downloads
Added: 2006-02-18
Math 4 Everyone 1.0

Math 4 Everyone 1.0


Learn the basic mathematical operations with this handy utility. more>> A Brand new program that will bring Math to life for everyone. Math 4 Everyone is very easy to use and offers many choices.<<less
Download (315KB)
Added: 2008-11-07 License: Freeware Price:
362 downloads
Rename Regular Expression 1.02

Rename Regular Expression 1.02


Add context menu command to rename selected files using regular expressions more>>
Add context menu command to rename selected files using regular expressions Rename Regular Expression will help you to rename selected files much more easier using regular expressions. Case-sensitivity, global replace, group expressions, number sequencing and more.
Enhancements:
fixed installer issue
<<less
Download (312KB)
Added: 2007-10-28 License: Freeware Price:
734 downloads
Regular Expression Checker 1.42

Regular Expression Checker 1.42


This is the software for creating regular expression and testing it. Can write regular expressions, even if you do not know about the details of regular expression. You can buy the Source Code ( C#200 more>>

Requirements: Microsoft .NET Framework

<<less
Download (124.14KB)
Added: 2008-09-07 License: Freeware Price: $0
534 downloads
 
Other version of Regular Expression Checker
Regular Expression Checker 1.32Regular Expression Checker allows you to create regular expressions. Regular Expression ... to create regular expressions, even if you do not know about the details of regular expression
License:Freeware
Download (39.7KB)
1109 downloads
Added: 2006-11-04
ECW Expression Calculator 1.06

ECW Expression Calculator 1.06


ECW is a small but powerful tool for quick calculation of math expressions. Type any formula and see result of its evaluation in decimal/hex/bin/oct/exp formats. Extended set of operators and function more>>
ECW is a small but powerful tool for quick calculation of math expressions. Type any formula and see result of its evaluation in decimal/hex/binary/octal/exp formats. Extended set of operators and functions; easy definable user variables and functions. You can even create additional plug-in function libraries. Other program features are: standard and on-the-fly calculation mode, strict C-like input syntax and precedence of operators, ultimate error diagnostics in expression.
<<less
Download (221K)
Added: 2001-12-11 License: Freeware Price: $0.00
1539 downloads
Desktop Expression Calculator 1.1

Desktop Expression Calculator 1.1


Desktop Expression application represents a free calculator designed to solve arithmetic expressions more>>
Desktop Expression application represents a free calculator designed to solve arithmetic expressions.
The expression calculator evaluates a single line artihmetic expression such as
sqrt(cos(60)+sin(30)).
Expression Calculator has been developed for Win32 platforms and has been tested with Windows XP.
<<less
Download (321KB)
Added: 2007-03-07 License: Freeware Price:
968 downloads
Math Cards 1.2

Math Cards 1.2


addition flash cards for new learners more>> This is a program i wrote for my younger brother to help him learn addition. Its a simple program written in REALbasic to help kids learn addition, subtraction, multiplication, and division.<<less
Download (1.0M)
Added: 2008-11-09 License: Freeware Price:
350 downloads
Mathparser 1.0

Mathparser 1.0


Mathparser is a .NET assembly which contains a math parser written in C# more>>
Mathparser is a .NET assembly which contains a math parser developed in C# and will evaluate a mathematical expression and returns a double value.
<<less
Download (74KB)
Added: 2006-10-03 License: Freeware Price:
1125 downloads
Math Kards 1.4

Math Kards 1.4


Math Kards is a study aid for K6 students more>>
Math Kards is a study aid for K6 students. The widget will present you simple math functions (addition, subtraction, multiplication, and division) from 0 to 12 as cards in a deck. Math Kards uses the Macintosh Speech System to read the math fact on each card to the user. Cards can be presented in random, ascending, or descending order.
Math Kards is a nice Widget to leaving lying around your daughters or sons desktop.
<<less
Download (102KB)
Added: 2007-01-11 License: Freeware Price:
1029 downloads
EquTranslator. Math exprassion parser/evaluator. 1.0

EquTranslator. Math exprassion parser/evaluator. 1.0


Its a fast equation evaluator with parse-tree builder and user-friendly interface for parsing and calculation a run-time defined math expression. The math expressions is represented as string in a fun more>>
Its a fast equation parser/evaluator with parse-tree builder and user-friendly interface for parsing and calculation a run-time defined math expression.
The math expressions is represented as string in a function style
F(x1, x2,..., xn) =f(x1, x2,..., xn)
, where
F(x1, x2,..., xn) - declares number and names of the variables;
f(x1, x2,..., xn) - math expression may contain:
-variables x1, x2,..., xn and numbers,
-arithmetic operations + - * / ^,
-supporting a large set of math functions: sqrt, sin, exp, cos, tan, ln, abs, acos, asin, atan, cosh, log10, sinh, tanh,
-constants e= 2.71828182845904 and pi= 3.14159265358979, and
-user defined functions and constants.
For example:
F(x, y) = 3*x^2+y^2+e/4,
F(x1, x2, y) = (x1-sin(x2))/y,
F()=5+6+pi.
Algorithm, which is used here, has been developed and implemented by Easy Math Solution and has different binary (static link library, dynamic link library and COM) implementation and programming approach (procedural and object oriented). It allows using EquTranslator in C/C++, C#, Delphi, VB and other languages and systems that can understand dll and COM.
<<less
Download (720K)
Added: 2005-03-17 License: Freeware Price: $0.00
1699 downloads
Math Games Multiplication 1.0

Math Games Multiplication 1.0


Practice multiplication with the smart robot. more>> Memorizing multiplication tables is an essential part of elementary education. A student who has mastered multiplication gains a solid foundation for achievement in mathematics throughout high school and beyond..<<less
Download (1.2MB)
Added: 2008-09-07 License: freeware Price:
1019 downloads
Math for kids 10

Math for kids 10


Free math lessons and math more>> Free math lessons and math homework help from basic math to algebra, geometry. The classic puzzle, a favorite of programmers and Buddhist monks. Puzzle index for geometry puzzles, logic puzzles, math puzzles, weight puzzles, moves puzzles and puzzles. You can sort the puzzle list by clicking The Little Math Puzzle has been a K-12 Internet activity since 1995 for grades 5-9. Currently the puzzles have ceased but the site maintains complete The puzzle originated with a self-taught maths genius nearly a century ago - the solution may lead to advances in physics and internet security..<<less
Download (29.1KB)
Added: 2008-09-07 License: freeware Price:
375 downloads
Math Mechanixs 1.4.0.4

Math Mechanixs 1.4.0.4


Math Mechanixs 1.4.0.4 provides users with the ability to graph data, on your computers display (in full color) and export the graph to other applications. more>> <<less
Download (16.6MB)
Added: 2009-07-09 License: Freeware Price: FREE
1 downloads
 
Other version of Math Mechanixs
Math Mechanixs 1.4.0.3Math Mechanixs is an easy to use scientific math software program and
License:Freeware
Download (16.1Mb)
196 downloads
Added: 2009-03-16
Math Mechanixs 1.4.0.3A general purpose math software program and editor for solving mathematical problems and ... Math Mechanixs 1.4.0.3 - Math Mechanixs, LLC
Price: $0.00
License:Freeware
Download (16.14MB)
252 downloads
Added: 2009-02-15
Math Mechanixs 1.4.0.1that allows the you to compute complex functions and expressions while keeping detailed notes ... significantly reduce the time it takes to learn Math Mechanixs. System Requirements: Pentium
Price: $0.00
License:Freeware
Download (15.88MB)
375 downloads
Added: 2008-10-17
Math Mechanixs 1.3.0.2The Math Mechanixs math software package has many key features that will prove ... color graphing of mathematical expressions w/ zooming & spatial rotation on all axes. Playing
License:Freeware
Download (12.20MB)
330 downloads
Added: 2008-08-21
Math Mechanixs 1.3.0.1that allows the you to compute complex functions and expressions while keeping detailed notes ... Math Mechanixs also includes a comprehensive and extendable function library with over 200
Price: $0.00
License:Freeware
Download (12767K)
603 downloads
Added: 2008-03-01
Math Mechanixs 1.2.0.2Math Mechanixs is an easy to use scientific and engineering FREE math software ... Math Editor that allows the you to compute complex functions and expressions while keeping
License:Freeware
Download (11.8MB)
425 downloads
Added: 2008-01-22
Math Mechanixs 1.2.0.1that allows the you to compute complex functions and expressions while keeping detailed notes ... takes to learn Math Mechanixs. Users around the world have found Math Mechanixs to be extremely
License:freeware
Download (12.2MB)
411 downloads
Added: 2008-09-07
Math Mechanixs 1.1.0.1Math Editor that allows the you to compute complex functions and expressions while keeping ... takes to learn Math Mechanixs. Users around the world have found Math Mechanixs to be extremely
Price: $0.00
License:Freeware
Download (9147K)
1006 downloads
Added: 2007-01-28
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5