bigint-mod-arith/docs/interfaces/egcd.md

36 lines
579 B
Markdown

[bigint-mod-arith - v3.0.0](../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/d947979/src/ts/egcd.ts#L2)
___
### x
**x**: *bigint*
Defined in: [ts/egcd.ts:3](https://github.com/juanelas/bigint-mod-arith/blob/d947979/src/ts/egcd.ts#L3)
___
### y
**y**: *bigint*
Defined in: [ts/egcd.ts:4](https://github.com/juanelas/bigint-mod-arith/blob/d947979/src/ts/egcd.ts#L4)