public function FractionInterface::gcd in Fraction 2.x
Same name and namespace in other branches
- 8 src/FractionInterface.php \Drupal\fraction\FractionInterface::gcd()
Calculate the fraction's greatest common divisor using Euclid's algorithm.
Return value
string Returns the greatest common divisor.
1 method overrides FractionInterface::gcd()
- Fraction::gcd in src/
Fraction.php - Calculate the fraction's greatest common divisor using Euclid's algorithm.
File
- src/
FractionInterface.php, line 95
Class
- FractionInterface
- Defines the interface for Fraction class.
Namespace
Drupal\fractionCode
public function gcd();