Closed am-cid closed 6 months ago
pow()
sqrt()
b-chan = 10~ pwint(b.sqrt())~ >.< prints 3
isNegative()
isPositive()
ceil()
floor()
int()
float()
for both
pow()
takes in int/float. always returns selfsqrt()
rounds down. always returns self. egb-chan = 10~ pwint(b.sqrt())~ >.< prints 3
isNegative()
isPositive()
for float
ceil()
returns floatfloor()
returns floatint()
returns Intfor int
float()
returns float