Location\Ellipsoid::getB PHP Method

getB() public method

Calculation of the semi-minor axis
public getB ( ) : float
return float
    public function getB()
    {
        return $this->a * (1 - 1 / $this->f);
    }