LIBML
Version 3.2.4
LIBML DSP Software Library
|
Functions | |
f32_t | tpt_exp_f32 (f32_t aInData) |
Calculate exponential value of f32 vector. More... | |
f64_t | tpt_exp_f64 (f64_t aInData) |
Calculate exponential value of f64 vector. More... | |
This function calculates the exponential value of the input value.
TPT DSP library supports distinct exponential value functions for single- and half-precision floating-point data types. These functions are introduced in the subsections below.
Calculate exponential value of f32 vector.
[in] | aInData | input value |