LIBML  Version 3.2.4
LIBML DSP Software Library
Functions
Collaboration diagram for Exponential:

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...
 

Detailed Description

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.

Function Documentation

◆ tpt_exp_f32()

f32_t tpt_exp_f32 ( f32_t  aInData)

Calculate exponential value of f32 vector.

Parameters
[in]aInDatainput value
Returns
f32_t exponential value of the input

◆ tpt_exp_f64()

f64_t tpt_exp_f64 ( f64_t  aInData)

Calculate exponential value of f64 vector.

Parameters
[in]aInDatainput value
Returns
f64_t exponential value of the input