You are here

public function FractionInterface::reciprocate in Fraction 2.x

Same name and namespace in other branches
  1. 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\fraction

Code

public function reciprocate();