To-Do List Amaryllis #1

Open
opened 2026-07-22 22:21:55 +02:00 by rwsalie · 0 comments
Owner

Amaryllis

Operations:

  • negative operator
  • naive add operator
  • naive sub operator
  • multiplication (use Toom-Cook implementations)
  • divisions (use David Knuth algorithms)
  • exponent
  • left/right shift
  • binary operators.

Example

  • write bc(1) program with my libs.
  • write rsa(1) encryption algorithm with my libs.
# Amaryllis Operations: - [x] negative operator - [x] naive add operator - [x] naive sub operator - [ ] multiplication (use Toom-Cook implementations) - [ ] divisions (use David Knuth algorithms) - [ ] exponent - [ ] left/right shift - [ ] binary operators. Example - [ ] write bc(1) program with my libs. - [ ] write rsa(1) encryption algorithm with my libs.
rwsalie self-assigned this 2026-07-22 22:25:04 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
rwsalie/amaryllis#1
No description provided.