Changeset 46078 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/07/2019 02:11:50 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r46077 r46078 7320 7320 /** 7321 7321 * Check if two numbers are nearly the same. 7322 * 7322 * 7323 7323 * This is similar to using `round()` but the precision is more fine-grained. 7324 7324 * 7325 7325 * @since 5.3.0 7326 * 7326 * 7327 7327 * @param int|float $expected The expected value. 7328 7328 * @param int|float $actual The actual number.
Note: See TracChangeset
for help on using the changeset viewer.