Click or drag to resize
Accord.NET (logo)

RationalInverse Method

Gets the inverse of the current Rational value (that is, one divided by the current value).

Namespace:  Accord.Math
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public Rational Inverse()
Request Example View Source

Return Value

Type: Rational
See Also