ARITHMETIC PROGRAMS IN FORTRAN 90


Choose a source program (*.F90) by clicking the appropriate button.

BASE.F90
BASISOP.F90
COMBI.F90
DIOPHAN.F90
FACTORS.F90
FRACTION.F90
GCD.F90
NDAYS.F90
PRIME.F90
PRIMES.F90
PASTRI.F90
CPMLET.F90
PCALCFUN.F90
CALC.F90
Program Description

  • Numerical Base Conversion
  • Operations in any Base between 2 and 36
  • Combinatory analysis (N!, C(n,p), A(n,p))
  • Diophantian equation Ax + By = C
  • Factorization of an integer number
  • Simple operations on fractions
  • GCD and SCM of several integer numbers
  • Compute number of days between two dates
  • Seek if an integer number is a prime number or not
  • Write a table of prime numbers from 1 to N
  • Demo of Pascal's Triangle NEW
  • Find coincidences of letters in two given words of up to 26 letters NEW
  • Module for operations on big integers (pcalcfun) NEW
  • Char-Based Calculator on big integers (Ex.:2 power 4096) NEW


RETURN


© J-P Moreau Last modified 03/21/2011 - E-mail: jpmoreau@wanadoo.fr