Location\Ellipsoid::getB PHP Метод

getB() публичный Метод

Calculation of the semi-minor axis
public getB ( ) : float
Результат float
    public function getB()
    {
        return $this->a * (1 - 1 / $this->f);
    }