mnasoft/math

ASDF description is not in English

phoe opened this issue · 1 comments

phoe commented

math/math.asd

Lines 4 to 11 in 2d8753e

:description "Math - это математическая библиотека,
реализующая некоторые алгоритмы:
- линейной алгебры;
- операций работы с матрицами;
- статистические функции;
- линейной и билинейной интерполяции;
- нахождения приближающих многочленов,
реализованная на Common Lisp"

Since this project is in Quicklisp now, would you mind changing the ASDF description to English?

"Math is a math library, implementing some algorithms:
@begin(list)
@item(linear algebra;)
@item(operations with matrices;)
@item(statistical functions;)
@item(linear and bilinear interpolation;)
@item(finding approximating polynomials, implemented in Common
Lisp.)
@EnD(list)
"