Add docs for is_equal_approx on structures

This commit is contained in:
Aaron Franke
2019-11-30 15:08:50 -05:00
parent 2e76c7ce19
commit 3231fca934
11 changed files with 14 additions and 4 deletions

View File

@@ -502,7 +502,7 @@
<argument index="1" name="b" type="float">
</argument>
<description>
Returns True/False whether [code]a[/code] and [code]b[/code] are approximately equal to each other.
Returns [code]true[/code] if [code]a[/code] and [code]b[/code] are approximately equal to each other.
</description>
</method>
<method name="is_inf">
@@ -538,7 +538,7 @@
<argument index="0" name="s" type="float">
</argument>
<description>
Returns True/False whether [code]s[/code] is zero or almost zero.
Returns [code]true[/code] if [code]s[/code] is zero or almost zero.
</description>
</method>
<method name="len">