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

Functions

template<domain D :shared3p , dim N>
D float32 ln (D float32[[N]] x)
 
template<domain D :shared3p , dim N>
D float64 ln (D float64[[N]] x)
 
template<domain D :shared3p , dim N>
D fix32 ln (D fix32[[N]] x)
 
template<domain D :shared3p , dim N>
D fix64 ln (D fix64[[N]] x)
 

Detailed Description

Function for finding the natural logarithm of a value.

Note
D - shared3p protection domain
Supported types - float32 / float64 / fix32 / fix64
Returns
returns the natural logarithms of the input array
Leakage
None

Function Documentation

◆ ln() [1/4]

D fix32 ln ( D fix32[[N]]  x)

◆ ln() [2/4]

D fix64 ln ( D fix64[[N]]  x)

◆ ln() [3/4]

D float32 ln ( D float32[[N]]  x)

◆ ln() [4/4]

D float64 ln ( D float64[[N]]  x)