| Original Message (ID '213445') By Peter Pein: |
| Hi,
if I understand you correctly, you're looking for the function Mod[]. Most know it from integer applications as remainder (e.g. Mod[7,5]==2).
In your case Plot[distri_func[Mod[x, 2 Pi]],{x, lowerbound, upperbound}] should do the task.
Peter |
|