source:
trunk/MESOSCALE/PLOT/SPEC/LES/fonc2.pro
@
205
Last change on this file since 205 was 85, checked in by , 14 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.