Mojo function
log
log(x: SIMD[type, size]) -> SIMD[$0, $1]
Performs elementwise natural log (base E) of a SIMD vector.
Args:
- βx (
SIMD[type, size]
): Vector to perform logarithm operation on.
Returns:
Vector containing result of performing natural log base E on x.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!
If you'd like to share more information, please report an issue on GitHub
π What went wrong?