logarithm

Tag

Cards List
#logarithm

log is non-monotonous in PHP and Lua

Lobsters Hottest · yesterday Cached

PHP and Lua's log function can produce non-monotonic results due to using different algorithms for base 10 (log10) and other bases (ln), leading to counterintuitive behavior where a larger base yields a larger logarithm.

0 favorites 0 likes
← Back to home

Submit Feedback