UNPKG

@stdlib/math-base-special-logaddexp

Version:

Compute the natural logarithm of exp(x) + exp(y).

3 lines 114 B
/// <reference path="../docs/types/index.d.ts" /> import logaddexp from '../docs/types/index'; export = logaddexp;