SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
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) |
Function for computing values of the power function.
a | base |
b | exponent |
D float32 pow | ( | D float32[[N]] | a, |
D float32[[N]] | b | ||
) |
D float64 pow | ( | D float64[[N]] | a, |
D float64[[N]] | b | ||
) |