num icon indicating copy to clipboard operation
num copied to clipboard

conversion from BigUint to Complex and vice versa

Open muhammad-davatgar opened this issue 1 year ago • 1 comments

what is the optimal way to convert from types like BigInt , BigUint , Complex64 to each other ? i tried doing it by using str as a interface (converting to string then converting to the target type) but i'm wondering if there is a better way to do this ?

muhammad-davatgar avatar Jan 12 '23 09:01 muhammad-davatgar