pub fn power(a: &Value, b: &Value) -> Result<Value, String>
Regular power operation: A ^ B For matrices, this is matrix exponentiation (A^n where n is integer) For scalars, this is regular exponentiation