exp2

math.exp2(x)

Returns 2 raised to the power x (math, numpy).

iterable??

REMARKS
* Return 2 raised to the power x.
* You can use the math.exp function to
* You can use the math.expm1 function to

import math 
import numpy as np

© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited Top