Skip to content

Commit

Permalink
chore: use division symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
shuklaayush authored Dec 16, 2023
1 parent 79bd9b8 commit 3def504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2-base/src/gates/flex_gate/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ pub trait GateInstructions<F: ScalarField> {

/// Constrains and returns a / b = out.
///
/// Defines a vertical gate of form | 0 | b^(-1) * a | b | a |, where b^(-1) * a = out.
/// Defines a vertical gate of form | 0 | a / b | b | a |, where a / b = out.
///
/// Assumes `b != 0`.
/// * `ctx`: [Context] to add the constraints to
Expand Down

0 comments on commit 3def504

Please sign in to comment.