-
-
Notifications
You must be signed in to change notification settings - Fork 12.2k
Closed
Description
I would like to write a function that, given log(x) and log(y), will compute log(x + y). The identity for this is log(0) = -inf. Currently, numpy only allows the values of 0, 1, -1, and None, as far as I can tell. It would be nice for my purposes if -inf or an arbitrary value could be used.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels