public function FractionInterface::reciprocate in Fraction 2.x
Same name and namespace in other branches
- 8 src/FractionInterface.php \Drupal\fraction\FractionInterface::reciprocate()
Reciprocates the fraction.
Return value
Fraction Returns this Fraction object.
1 method overrides FractionInterface::reciprocate()
- Fraction::reciprocate in src/
Fraction.php - Reciprocates the fraction.
File
- src/
FractionInterface.php, line 111
Class
- FractionInterface
- Defines the interface for Fraction class.
Namespace
Drupal\fractionCode
public function reciprocate();