std.cfg: Added valid range for 'atanh'

This commit is contained in:
orbitcowboy 2020-06-11 09:19:47 +02:00
parent 3f1f62e078
commit 6c93a82575
1 changed files with 3 additions and 0 deletions

View File

@ -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); -->