2021-08-06 22:14:30 +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-01-17 10:05:33 +00:00
|
|
|
[egcd.ts:2](https://github.com/juanelas/bigint-mod-arith/blob/41c8b15/src/ts/egcd.ts#L2)
|
2021-08-06 22:14:30 +00:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### x
|
|
|
|
|
|
|
|
• **x**: `bigint`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2022-01-17 10:05:33 +00:00
|
|
|
[egcd.ts:3](https://github.com/juanelas/bigint-mod-arith/blob/41c8b15/src/ts/egcd.ts#L3)
|
2021-08-06 22:14:30 +00:00
|
|
|
|
|
|
|
___
|
|
|
|
|
|
|
|
### y
|
|
|
|
|
|
|
|
• **y**: `bigint`
|
|
|
|
|
|
|
|
#### Defined in
|
|
|
|
|
2022-01-17 10:05:33 +00:00
|
|
|
[egcd.ts:4](https://github.com/juanelas/bigint-mod-arith/blob/41c8b15/src/ts/egcd.ts#L4)
|