Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
BigRational.php
function BigRational::getNumerator
File
vendor/
brick/
math/
src/
BigRational.php
, line 150
Class
BigRational
An arbitrarily large rational number.
Namespace
Brick\Math
Code
public
function
getNumerator
() : BigInteger {
return
$this
->
numerator
; }
RSS feed