Address several comments by @triska

This commit is contained in:
David C. Norris
2025-08-10 11:45:21 -04:00
parent af3792f79a
commit a8fa8993e1
2 changed files with 0 additions and 195 deletions

View File

@@ -58,14 +58,6 @@ erf(Xexpr, Erf) :-
?- witness((real(X), erf(X,Erf), erf(-X,_Erf), abs(Erf+_Erf) > 0)).
false.
% TODO: Remove this general answer description,
% added merely as a quad-check test case:
?- length(Xs, L).
Xs = [], L = 0
; Xs = [_A], L = 1
; Xs = [_A,_B], L = 2
; ... .
%% erfc(+X, -Erfc)
%
% Erfc is erfc(X) for X ∈ .