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

Functions

template<domain D :shared3p , dim N>
D float32 pow (D float32[[N]] a, D float32[[N]] b)
 
template<domain D :shared3p , dim N>
D float64 pow (D float64[[N]] a, D float64[[N]] b)
 

Detailed Description

Function for computing values of the power function.

Note
D - shared3p protection domain
Supported types - float32 / float64
Parameters
abase
bexponent
Returns
returns the b-th powers of vector a
Leakage
None

Function Documentation

◆ pow() [1/2]

D float32 pow ( D float32[[N]]  a,
D float32[[N]]  b 
)

◆ pow() [2/2]

D float64 pow ( D float64[[N]]  a,
D float64[[N]]  b 
)