Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Mathematical Functions > Numerical Functions > Clip >

Clip

Clip[x]
gives x clipped to be between and .
Clip
gives x for , min for and max for .
Clip
gives for and for .
  • The , as well as other arguments of Clip, need not be numbers.
  • For exact numeric quantities, Clip internally uses numerical approximations to establish its result. This process can be affected by the setting of the global variable $MaxExtraPrecision.
The unit clip function:
Use different clip levels:
Use symbolic operations:
The unit clip function:
In[1]:=
Click for copyable input
Out[1]=
 
Use different clip levels:
In[1]:=
Click for copyable input
Out[1]=
 
Use symbolic operations:
In[1]:=
Click for copyable input
Out[1]=
In[2]:=
Click for copyable input
Out[2]=
A clipped or saturated sinusoid:
Clip is not defined for complex values:
Clip the real and imaginary parts separately:
New in 5.1
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF