<?php acos(float $num): float
<?php })->throws(ExpectationFailedException::class, 'oh no!'); test('not failures', function () { expect(acos(1.5))->not->toBeNan(); })->throws(ExpectationFailedException::class);