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

Functions

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

Detailed Description

Function for finding the base 10 logarithm of a value.

Note
D - shared3p protection domain
Supported types - float32 / float64
Returns
x input
returns the base 10 logarithms of the input array
Leakage
None

Function Documentation

◆ log10() [1/2]

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

◆ log10() [2/2]

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