zig icon indicating copy to clipboard operation
zig copied to clipboard

Rename math.log -> math.logb

Open expikr opened this issue 1 year ago • 0 comments

Out of @Snektron's suggestion in #19218 -- if math.ln is a problematic name to use for the complex-generic natural logarithm, then the existing arbitrary-base logarithm should be renamed to math.logb so that natural logarithm can use the name math.log; otherwise, if math.ln is fine then this PR and the corresponding issue should be closed.

Closes #19252

expikr avatar Mar 29 '24 00:03 expikr