Module snarkvm_wasm::traits::utilities::arithmetic[][src]

Modules

add
div
mul
neg
pow
sub

Traits

Add

Returns addition of self + other in the constraint system.

Div

Returns division of self / other in the constraint system.

Mul

Returns multiplication of self * other in the constraint system.

Neg

Returns a negated representation of self in the constraint system.

Pow

Returns exponentiation of self ** other in the constraint system.

Sub

Returns subtraction of self - other in the constraint system.