Subversion Repositories wimsdev

Rev

Rev 4330 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4330 Rev 7692
Line 24... Line 24...
24
	!if $slib_x>=0.5 and $slib_x<1
24
	!if $slib_x>=0.5 and $slib_x<1
25
		slib_out=!append  item $[log (2 * (1-$slib_x))] to $slib_out
25
		slib_out=!append  item $[log (2 * (1-$slib_x))] to $slib_out
26
	!endif
26
	!endif
27
	!if $slib_x<0 or $slib_x>1
27
	!if $slib_x<0 or $slib_x>1
28
		slib_out=!append  item NaN  to $slib_out
28
		slib_out=!append  item NaN  to $slib_out
29
	!endif	
29
	!endif
30
!next slib_x
30
!next slib_x
31
	
-
 
32
slib_out=!trim $slib_out
-
 
33
 
31
 
-
 
32
slib_out=!trim $slib_out