source:
trunk/LMDZ.TITAN.old/libf/phytitan/fi8.F
Last change on this file was 3, checked in by , 14 years ago | |
---|---|
File size: 134 bytes |
Line | |
---|---|
1 | FUNCTION FI8(X) |
2 | IMPLICIT REAL (A-H,O-Z) |
3 | FI8=.3737/X+3.718903-.1908*X+.1617*X*X-3.633E-3*X**3 |
4 | RETURN |
5 | END |
Note: See TracBrowser
for help on using the repository browser.