Mojo function
scalb
scalb[dtype: DType, width: Int, //](arg0: SIMD[dtype, width], arg1: SIMD[dtype, width]) -> SIMD[dtype, width]
Computes the scalb of the inputs.
Constraints:
The input must be a floating-point type.
Parameters:
- βdtype (
DType): Thedtypeof the input and output SIMD vector. - βwidth (
Int): The width of the input and output SIMD vector.
Args:
Returns:
SIMD: The scalb of the inputs.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!