Tags | |
The greatest common divisor (GCD) of two positive integers, also known as the greatest common factor (GCF) or highest common factor (HCF) is the largest in the set of common numbers from the factors of the two input integers. The Euclidean algorithm is a method for computing GCD. It is named after the Greek mathematician Euclid, who described it in Books VII and X of his Elements.
Scientific Calculator Functions
Basic Math Functions:
- x-1: This is the mathematical inverse or reciprocal of x, which is also 1/x
- x! : This is the factorial of x
- x2: This is the square of x
- x3: This is the cube of x
- xy: This is x to the yth power
- 10x: This is ten to the xth power.
- √x: This is the square root of x
- 3√x: This is the cube root of x
- y√x: This is the yth root of x
- Rand: This returns a random number between 0 and 1.
- log(x): This the base 10 log of x
- ln(x) : This provides the natural log of x
- MOD: This provides the integer remainder of x/y.
- GCD: This is the greatest common divisor of two numbers
Math Constants:
- e - this is the base of the natural log
- π - This is the base of Euclidean geometry
Trigonometry Functions:
- sin(θ) : This is the sine function of an angle.
- cos(θ): This is the cosine function of an angle.
- tan(θ): This is the tangent function of an angle.
- sin-1(x): This is the angle from the inverse of a sine.
- cos-1(x): This is the angle from the inverse of a cosine.
- tan-1(x): This is the angle from the inverse of a tangent.
Unit Conversions:
- Length: This converts an input length to compatible units.
- Area: This converts an input area to compatible units.
- Volume: This converts an input volume to compatible units.
- Velocity: This converts an input velocity to compatible units.
- Mass: This converts an input mass or weight to compatible units.
- Temp: This converts and input temperature to compatible units.
- Force: This converts an input force to compatible units.
- Pressure: This converts an input pressure to compatible units.
Other Math / Science Calculators: