36 lines
342 B
Markdown
36 lines
342 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
|
||
|
|
||
|
___
|
||
|
|
||
|
### x
|
||
|
|
||
|
• **x**: *bigint*
|
||
|
|
||
|
Defined in: ts/egcd.ts:3
|
||
|
|
||
|
___
|
||
|
|
||
|
### y
|
||
|
|
||
|
• **y**: *bigint*
|
||
|
|
||
|
Defined in: ts/egcd.ts:4
|