pub fn power<B, E>(
base: impl IntoExpr<B>,
exponent: impl IntoExpr<E>,
) -> Expr<f64>where
B: NumericExprType,
E: NumericExprType,pub fn power<B, E>(
base: impl IntoExpr<B>,
exponent: impl IntoExpr<E>,
) -> Expr<f64>where
B: NumericExprType,
E: NumericExprType,