Fix variable name mismatch in modf's description
Use the actual parameter name (integer_part) in the description of modf.
This commit also includes the updated rs_math.rsh.
Change-Id: I461f73478f63b315c6bf63d0ef5071d28794845f
diff --git a/api/rs_math.spec b/api/rs_math.spec
index bf4d9c0..abf08f9 100644
--- a/api/rs_math.spec
+++ b/api/rs_math.spec
@@ -1201,7 +1201,7 @@
Returns the integral and fractional components of a number.
Both components will have the same sign as x. For example, for an input of -3.72f,
- iret will be set to -3.f and .72f will be returned.
+ *integral_part will be set to -3.f and .72f will be returned.
end:
function: nan