std.cfg: Added valid range for 'atanh'
This commit is contained in:
parent
3f1f62e078
commit
6c93a82575
|
@ -792,6 +792,7 @@
|
|||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>-1.0:1.0</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- float atanhf(float x); -->
|
||||
|
@ -803,6 +804,7 @@
|
|||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>-1.0:1.0</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- long double atanhl(long double x); -->
|
||||
|
@ -814,6 +816,7 @@
|
|||
<leak-ignore/>
|
||||
<arg nr="1" direction="in">
|
||||
<not-uninit/>
|
||||
<valid>-1.0:1.0</valid>
|
||||
</arg>
|
||||
</function>
|
||||
<!-- double complex catanh(double complex x); -->
|
||||
|
|
Loading…
Reference in New Issue