|
template<domain D :shared3p , dim N> |
D float32 | exp (D float32[[N]] x) |
|
template<domain D :shared3p , dim N> |
D float64 | exp (D float64[[N]] x) |
|
template<domain D :shared3p , dim N> |
D fix32 | exp (D fix32[[N]] x) |
|
template<domain D :shared3p , dim N> |
D fix64 | exp (D fix64[[N]] x) |
|
Function for finding exp(x)
- Note
- D - shared3p protection domain
-
Supported types - float32 / float64 / fix32 / fix64
- Parameters
-
- Returns
- exponential function applied to elements of the input array
- Leakage
- None
◆ exp() [1/4]
D fix32 exp |
( |
D fix32[[N]] |
x | ) |
|
◆ exp() [2/4]
D fix64 exp |
( |
D fix64[[N]] |
x | ) |
|
◆ exp() [3/4]
D float32 exp |
( |
D float32[[N]] |
x | ) |
|
◆ exp() [4/4]
D float64 exp |
( |
D float64[[N]] |
x | ) |
|