mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
Minor documentation fix.
library/math.m:
Fix description of solve_quadratic/3.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
% vim: ft=mercury ts=4 sw=4 et
|
||||
%---------------------------------------------------------------------------%
|
||||
% Copyright (C) 1995-2007, 2011-2012 The University of Melbourne.
|
||||
% Copyright (C) 2014, 2016-2023 The Mercury team.
|
||||
% Copyright (C) 2014, 2016-2024, 2026 The Mercury team.
|
||||
% This file is distributed under the terms specified in COPYING.LIB.
|
||||
%---------------------------------------------------------------------------%
|
||||
%
|
||||
@@ -90,7 +90,7 @@
|
||||
; two_roots(float, float).
|
||||
|
||||
% solve_quadratic(A, B, C) = Roots is true if Roots are
|
||||
% the solutions to the equation Ax^2 + Bx + C.
|
||||
% the solutions to the equation Ax^2 + Bx + C = 0.
|
||||
%
|
||||
% Domain restriction: A \= 0
|
||||
%
|
||||
|
||||
Reference in New Issue
Block a user