safe_exp: Safe exponential function with overflow capping

View source: R/utils-numeric.R

safe_expR Documentation

Safe exponential function with overflow capping

Description

Safe exponential function with overflow capping

Usage

safe_exp(x)

Arguments

x

Numeric vector.

Value

Numeric vector capped to prevent overflow/underflow.


MultiFrailty documentation built on Aug. 8, 2026, 1:07 a.m.