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

40 lines
538 B
Markdown
Raw Normal View History

# 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)
___
### 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)
___
### 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)