source:
trunk/UTIL/IDLplot/SPEC/LES/fonc2.pro
@
1306
| Last change on this file since 1306 was 85, checked in by , 15 years ago | |
|---|---|
| File size: 179 bytes | |
| Line | |
|---|---|
| 1 | function fonc2, x, p |
| 2 | |
| 3 | y = p(0) * x^(2./3.) * ( 1. - p(1) * x + p(2) )^2 |
| 4 | |
| 5 | y = p(0) * x^(2./3.) * ( p(2) - p(1) * x )^2 |
| 6 | |
| 7 | y = p(0) * x^(2./3.) * ( 1. - p(1) * x )^2 |
| 8 | |
| 9 | |
| 10 | return, y |
| 11 | end |
Note: See TracBrowser
for help on using the repository browser.
