std.cfg: Added valid range for 'acosh'

This commit is contained in:
orbitcowboy 2020-06-11 09:22:24 +02:00
parent 6c93a82575
commit 05b98712e8
1 changed files with 3 additions and 0 deletions

View File

@ -157,6 +157,7 @@
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<valid>1.0:</valid>
</arg>
</function>
<!-- float acoshf(float x); -->
@ -168,6 +169,7 @@
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<valid>1.0:</valid>
</arg>
</function>
<!-- long double acoshl(long double x); -->
@ -179,6 +181,7 @@
<leak-ignore/>
<arg nr="1" direction="in">
<not-uninit/>
<valid>1.0:</valid>
</arg>
</function>
<!-- char *asctime(const struct tm *tm) -->