From 122f08d65a540f7befc86668c4abbb5af65a7b9e Mon Sep 17 00:00:00 2001 From: pnenzi Date: Fri, 8 Jul 2005 16:22:44 +0000 Subject: [PATCH] Fixed error in "u" definition (Dominique Michel) --- doc/ngspice.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ngspice.texi b/doc/ngspice.texi index 2211ab948..3e1af0993 100644 --- a/doc/ngspice.texi +++ b/doc/ngspice.texi @@ -3163,7 +3163,7 @@ of real variables are defined: @end multitable The function "u" is the unit step function, with a value of one for -arguments greater than one and a value of zero for arguments less than +arguments greater than zero and a value of zero for arguments less than zero. The function "uramp" is the integral of the unit step: for an input x, the value is zero if x is less than zero, or if x is greater than zero the value is x. The function "u2" returns a value of zero for