Fixed error in "u" definition (Dominique Michel)

This commit is contained in:
pnenzi 2005-07-08 16:22:44 +00:00
parent c14e9eded3
commit 122f08d65a
1 changed files with 1 additions and 1 deletions

View File

@ -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