|
template<domain D :shared3p , dim N> |
D float32 | sqrt (D float32[[N]] x) |
|
template<domain D :shared3p , dim N> |
D float64 | sqrt (D float64[[N]] x) |
|
template<domain D :shared3p , dim N> |
D fix32 | sqrt (D fix32[[N]] x) |
|
template<domain D :shared3p , dim N> |
D fix64 | sqrt (D fix64[[N]] x) |
|
Function for finding the square root of a value.
- Note
- D - shared3p protection domain
-
Supported types - float32 / float64 / fix32 / fix64
- Parameters
-
- Returns
- the square roots of the input array
- Leakage
- None
◆ sqrt() [1/4]
D fix32 sqrt |
( |
D fix32[[N]] |
x | ) |
|
◆ sqrt() [2/4]
D fix64 sqrt |
( |
D fix64[[N]] |
x | ) |
|
◆ sqrt() [3/4]
D float32 sqrt |
( |
D float32[[N]] |
x | ) |
|
◆ sqrt() [4/4]
D float64 sqrt |
( |
D float64[[N]] |
x | ) |
|