You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2023. It is now read-only.
public function arccos(int $scale = null): Decimal
$scale is null here by default, but used like (int) 0. This is working in the additions $scale + 2 etc., but crashes on calling round(int) method, which does not accept null.
public function arccos(int $scale = null): Decimal$scale is null here by default, but used like (int) 0. This is working in the additions
$scale + 2etc., but crashes on callinground(int)method, which does not acceptnull.But later it is checked for explicit
nullvalue