mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-23 07:11:23 +01:00
26 lines
164 B
Markdown
26 lines
164 B
Markdown
# full_adder
|
|
|
|
|
|
|
|
|
|
## Methods
|
|
|
|
|
|
### __init__
|
|
|
|
|
|
|
|
|
|
#### Parameters
|
|
name | description | default
|
|
--- | --- | ---
|
|
self | |
|
|
a | |
|
|
b | |
|
|
c | |
|
|
prefix | | "fa"
|
|
|
|
|
|
|
|
|