36 lines
579 B
Markdown
36 lines
579 B
Markdown
[bigint-mod-arith - v2.0.8](../API.md) / Egcd
|
|
|
|
# Interface: Egcd
|
|
|
|
## Table of contents
|
|
|
|
### Properties
|
|
|
|
- [g](egcd.md#g)
|
|
- [x](egcd.md#x)
|
|
- [y](egcd.md#y)
|
|
|
|
## Properties
|
|
|
|
### g
|
|
|
|
• **g**: *bigint*
|
|
|
|
Defined in: [ts/egcd.ts:2](https://github.com/juanelas/bigint-mod-arith/blob/49158bd/src/ts/egcd.ts#L2)
|
|
|
|
___
|
|
|
|
### x
|
|
|
|
• **x**: *bigint*
|
|
|
|
Defined in: [ts/egcd.ts:3](https://github.com/juanelas/bigint-mod-arith/blob/49158bd/src/ts/egcd.ts#L3)
|
|
|
|
___
|
|
|
|
### y
|
|
|
|
• **y**: *bigint*
|
|
|
|
Defined in: [ts/egcd.ts:4](https://github.com/juanelas/bigint-mod-arith/blob/49158bd/src/ts/egcd.ts#L4)
|