From 31c11209328d7b3a98057a5b495c70c790a5acf5 Mon Sep 17 00:00:00 2001 From: Stanislav KROTER Date: Thu, 20 Sep 2012 19:39:09 +0600 Subject: [PATCH] Revision of help page for clean function. Change-Id: Ib13f91f61b81cce932abccbd2a9f6f70f07f70d3 --- .../help/en_US/floating_point/clean.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/scilab/modules/elementary_functions/help/en_US/floating_point/clean.xml b/scilab/modules/elementary_functions/help/en_US/floating_point/clean.xml index eab8340..afebb66 100644 --- a/scilab/modules/elementary_functions/help/en_US/floating_point/clean.xml +++ b/scilab/modules/elementary_functions/help/en_US/floating_point/clean.xml @@ -25,13 +25,13 @@ A - a numerical matrix (scalar, polynomial, sparse...) + a numerical matrix (scalar, polynomial, sparse, ...). - epsa,epsr + epsa, epsr - real numbers. Cleaning tolerances (default values resp. 1.d-10 and 1.d-10) + real numbers. Cleaning tolerances (default values resp. 1.d-10 and 1.d-10). @@ -40,17 +40,17 @@ Description This function eliminates (i.e. set to zero) all the coefficients - with absolute value < epsa or relative value < epsr - (relative means relative w.r.t. 1-norm of coefficients) + with absolute value < epsa or relative value < epsr + (relative means relative w.r.t. 1-norm of coefficients) in a polynomial (possibly matrix polynomial or rational matrix). - Default values are epsa=1.d-10 and epsr=1.d-10; + Default values are epsa=1.d-10 and epsr=1.d-10; - For a constant (non polynomial) matrix clean(A,epsa) sets to zero all - entries of A smaller than epsa. + For a constant (non-polynomial) matrix clean(A,epsa) sets to zero all + entries of A smaller than epsa. -- 1.7.9.5