Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.472.815 Times

Long Division Math software
Filter: All | Freeware | Demo
 

Long Division Math

< 1 2 3 4 5 > 
Added: August 09, 2008 | Visits: 2.301

Apple Math Math for kids of all ages. Also has times tables for kids.When you get the right answer you get a happy face. When it is wrong you get a sad face. Has 3 levels of difficulty to choose from.There are addition, subtraction, multiplication and division. Kids will find it easy to learn while having fun.



Platforms: Windows

License: Shareware Cost: $12.00 USD Size: 2 MB Download (181): Apple Math Download

Added: August 05, 2008 | Visits: 1.059

Easy Math Do you think your kids may benefit from more math practice? If so, here's a simple program that will help! - So easy to use, no instructions needed - Automatically adjusts to your way of learning to make it more efficient and fun - Multiplication Practice (Numbers 1 to 12) - Division...





Platforms: Palm OS

License: Shareware Cost: $8.95 USD Size: 61 KB Download (97): Easy Math Download

Added: August 08, 2008 | Visits: 3.627

Math Test Creator Math Test Creator generates math tests with answer sheets within seconds. These tests are for students in 1st to 7th grade. Math tests include: Addition, Subtraction, Comparison, Division and Multiplication. There are also two step advanced math tests ex: 1+(2+2).


Platforms: Windows

License: Freeware Size: 25 KB Download (397): Math Test Creator Download

Added: August 24, 2008 | Visits: 1.095

MathWiz: Basic Math Basic Math is for younger users who are just learning basic facts. It covers addition, subtraction, multiplication, and division. It is a nice flashcard program because it covers 100 different problems in each session. The preferences screen allows you to adjust the range of numbers that the game...


Platforms: Windows

License: Shareware Cost: $7.95 USD Size: 1.81 MB Download (108): MathWiz: Basic Math Download

Added: August 15, 2008 | Visits: 2.818

Math game - puzzle. Math games and Puzzles. Math Games. Speed Math Deluxe - Use addition, subtraction, multiplication and division to solve an equation as quickly as possible! Free educational elementary and preschool math games and online lessons. Free online math activities for kids. Math lessons on counting...


Platforms: Windows

License: Freeware Size: 29 KB Download (813): Math game - puzzle. Download

Released: September 23, 2008  |  Added: November 26, 2008 | Visits: 1.427

Math Center Level 1 Math software for students studying precalculus. Can be enteresting for teachers teaching precalculus. Math Center Level 1 consists of Graphing calculator 2D, Advanced Calculator, and Simple Calculator called from the Control Panel. Simple calculator is a general purpose calculator which...


Platforms: Windows

License: Shareware Cost: $20.00 USD Size: 1.91 MB Download (110): Math Center Level 1 Download

Released: April 02, 2014  |  Added: November 12, 2014 | Visits: 3.724

Trades Math Calculator Solve common machine shop and other trades trigonometry and math problems at a price every trades person can afford! As a machinist or CNC programmer, you often have to use trigonometry to calculate hole positions, chamfers, sine bar stacks, dovetail measurements, bolt circles, etc. You often...


Platforms: Windows, Windows 7, Other

License: Demo Cost: $14.99 USD Size: 6.81 MB Download (235): Trades Math Calculator Download

Released: December 01, 2008  |  Added: February 13, 2009 | Visits: 3.087

Calculation Made Easy Calculation Made Easy Ver 4.1 is an electronic math flashcards program. It has drills written to teach children (even adults) Tables, Addition, Subtraction, Multiplication, and Division. Calculation Made Easy Ver 4.1 provides practice of basic mathematical skills and multiplication tables....


Platforms: Windows

License: Shareware Cost: $10.00 USD Size: 2.69 MB Download (184): Calculation Made Easy Download

Released: April 10, 2009  |  Added: April 21, 2009 | Visits: 1.945

Smart Math Calculator Advanced yet easy-to-use math calculator that immediately and precisely computes the result as you type a math expression. It allows multiples math expressions at same time. It also allows fractions and defining your own variables and functions. It has a beautiful user-interface that conveniently...


Platforms: Windows

License: Demo Cost: $0.00 USD Size: 2.27 MB Download (340): Smart Math Calculator Download

Added: July 06, 2010 | Visits: 1.117

Math::Combinatorics Math::Combinatorics is a Perl module that can perform combinations and permutations on lists. SYNOPSIS Available as an object oriented API. use Math::Combinatorics; my @n = qw(a b c); my $combinat = Math::Combinatorics->new(count => 2, data => [@n], ); print "combinations of 2 from:...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (168): Math::Combinatorics Download

Added: July 01, 2010 | Visits: 841

Math::NoCarry Math::NoCarry is a Perl extension for no carry arithmetic. SYNOPSIS use Math::NoCarry; my $sum = Math::NoCarry::add( 123, 456 ); my $difference = Math::NoCarry::subtract( 123, 456 ); my $product = Math::NoCarry::multiply( 123, 456 ); No carry arithmetic doesnt allow you to carry...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Math::NoCarry Download

Added: May 17, 2010 | Visits: 1.334

Long Range ZIP Long Range ZIP is a compression program that can achieve very high compression ratios and speed when used with large files. It uses the combined compression algorithms of lzma for maximum compression, lzo for maximum speed, and the long range redundancy reduction of rzip. It is designed to...


Platforms: *nix

License: Freeware Size: 327.68 KB Download (119): Long Range ZIP Download

Added: November 06, 2010 | Visits: 877

Math::FresnelZone SYNOPSIS use Math::FresnelZone; use Math::FresnelZone qw(fresnel fresnelMi fresnelKm); The arguments are: 0 - distance in kilometers or miles (default is 1), 1 - frequency in GHz (defualt 2.4), 2 - set to true to specify that the distance you are inputting is in miles and that the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): Math::FresnelZone Download

Added: July 05, 2010 | Visits: 944

Math::HashSum Math::HashSum can sum a list of key-value pairs on a per-key basis. SYNOPSIS use Math::HashSum qw(hashsum); my %hash1 = (a=>.1, b=>.4); my %hash2 = (a=>.2, b=>.5); my %sum = hashsum(%hash1,%hash2); print "$sum{a}n"; # Prints .3 print "$sum{b}n"; # Prints .9 This module allows you to...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): Math::HashSum Download

Added: July 08, 2010 | Visits: 1.495

Math::CDF Math::CDF is a Perl module to generate probabilities and quantiles from several statistical probability functions. SYNOPSIS use Math::CDF; $prob = &Math::CDF::pnorm(1.96); if( not defined($z = &Math::CDF::qnorm(0.975)) ) { die "qnorm() failed"; } or use Math::CDF qw(:all); $prob =...


Platforms: *nix

License: Freeware Size: 65.54 KB Download (129): Math::CDF Download

Added: February 09, 2010 | Visits: 1.087

Math::Vec Math::Vec is a Object-Oriented Vector Math Methods in Perl. SYNOPSIS use Math::Vec; $v = Math::Vec->new(0,1,2); or use Math::Vec qw(NewVec); $v = NewVec(0,1,2); @res = $v->Cross([1,2.5,0]); $p = NewVec(@res); $q = $p->Dot([0,1,0]); or use Math::Vec qw(:terse); $v = V(0,1,2); $q...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (110): Math::Vec Download

Added: February 26, 2010 | Visits: 1.173

Math::Telephony::ErlangC Math::Telephony::ErlangC is a Perl extension for Erlang C calculations. SYNOPSIS use Math::Telephony::ErlangC; # Evaluate probability that a service request will have to wait $wprob = wait_probability($traffic, $servers); # Probability that the wait time will be less than a fixed maximum...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (138): Math::Telephony::ErlangC Download

Added: March 09, 2010 | Visits: 1.216

Math::Telephony::ErlangB Math::Telephony::ErlangB is a Perl extension for Erlang B calculations. SYNOPSIS use Math::Telephony::ErlangB qw( :all ); # Evaluate blocking probability $bprob = blocking_probability($traffic, $servers); $gos = gos($traffic, $servers); # Same result as above # Dimension minimum number...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (259): Math::Telephony::ErlangB Download

Added: March 18, 2010 | Visits: 821

Math::Expr Math::Expr is a Perl module that parses mathematical expressions. SYNOPSIS require Math::Expr; $p=new Math::Expr; $e=$p->Parse("a+4*b-d/log(s)+f(d,e)"); Parses mathematical expressions into a tree structure. The expressions may contain integers, real numbers, alphanumeric variable names,...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): Math::Expr Download

Added: April 24, 2010 | Visits: 773

Math::BaseCalc Math::BaseCalc is a Perl module that can convert numbers between various bases. SYNOPSIS use Math::BaseCalc; my $calc = new Math::BaseCalc(digits => [0,1]); #Binary my $bin_string = $calc->to_base(465); # Convert 465 to binary $calc->digits(oct); # Octal my $number =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Math::BaseCalc Download

< 1 2 3 4 5 >