SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions

Functions

template<dim N>
float32 exp (float32[[N]] x)
 
template<dim N>
float64 exp (float64[[N]] x)
 

Detailed Description

Exponential function.

Note
N - any dimensionality
Supported types - float32 / float64
Parameters
x- input array
Returns
exponential function applied to elements of the input array

Function Documentation

◆ exp() [1/2]

float32 exp ( float32[[N]]  x)

◆ exp() [2/2]

float64 exp ( float64[[N]]  x)