2022-08-01 02:06:04 +00:00
|
|
|
# Interface: Egcd
|
|
|
|
|
|
|
|
## Table of contents
|
|
|
|
|
|
|
|
### Properties
|
|
|
|
|
|
|
|
- [g](Egcd.md#g)
|
|
|
|
- [x](Egcd.md#x)
|
|
|
|
- [y](Egcd.md#y)
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
### g
|
|
|
|
|
|
|
|
• **g**: `bigint`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2022-10-03 15:36:26 +00:00
|
|
|
[egcd.ts:2](https://github.com/juanelas/bigint-mod-arith/blob/59cd071/src/ts/egcd.ts#L2)
|
2022-08-01 02:06:04 +00:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### x
|
|
|
|
|
|
|
|
• **x**: `bigint`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2022-10-03 15:36:26 +00:00
|
|
|
[egcd.ts:3](https://github.com/juanelas/bigint-mod-arith/blob/59cd071/src/ts/egcd.ts#L3)
|
2022-08-01 02:06:04 +00:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### y
|
|
|
|
|
|
|
|
• **y**: `bigint`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2022-10-03 15:36:26 +00:00
|
|
|
[egcd.ts:4](https://github.com/juanelas/bigint-mod-arith/blob/59cd071/src/ts/egcd.ts#L4)
|