Skip to content

[C++] Add missing scalar arithmetic function: expm1() #44903

@felipecrv

Description

@felipecrv

Describe the enhancement requested

Add Expm1(exponent) scalar arithmetic function.

Expm1(exponent) is a more accurate way of computing Exp(exponent) - 1.0 for small values of exponent. Implementations are provided by standard C library implementations.

Component(s)

C++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions