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

40 lines
538 B
Markdown
Raw Normal View History

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-09-12 09:00:16 +00:00
[egcd.ts:2](https://github.com/juanelas/bigint-mod-arith/blob/f8f1fb2/src/ts/egcd.ts#L2)
2022-08-01 02:06:04 +00:00
___
### x
**x**: `bigint`
#### Defined in
2022-09-12 09:00:16 +00:00
[egcd.ts:3](https://github.com/juanelas/bigint-mod-arith/blob/f8f1fb2/src/ts/egcd.ts#L3)
2022-08-01 02:06:04 +00:00
___
### y
**y**: `bigint`
#### Defined in
2022-09-12 09:00:16 +00:00
[egcd.ts:4](https://github.com/juanelas/bigint-mod-arith/blob/f8f1fb2/src/ts/egcd.ts#L4)