# Interface: Egcd ## Table of contents ### Properties - [g](Egcd.md#g) - [x](Egcd.md#x) - [y](Egcd.md#y) ## Properties ### g • **g**: `bigint` #### Defined in [egcd.ts:2](https://github.com/juanelas/bigint-mod-arith/blob/5b2686b/src/ts/egcd.ts#L2) ___ ### x • **x**: `bigint` #### Defined in [egcd.ts:3](https://github.com/juanelas/bigint-mod-arith/blob/5b2686b/src/ts/egcd.ts#L3) ___ ### y • **y**: `bigint` #### Defined in [egcd.ts:4](https://github.com/juanelas/bigint-mod-arith/blob/5b2686b/src/ts/egcd.ts#L4)