Function neg [src]

Negate a field element

Prototype

pub fn neg(a: Fe) Fe

Parameters

a: Fe

Source

pub fn neg(a: Fe) Fe { return zero.sub(a); }