Skip to content

wardstoneX/BaseArithmetic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Team Members

  • Jonas Nögel
  • Selim Mert Kaştan
  • Maxim Balajan

BaseArithmetic

Project Overview

BaseArithmetic provides a function void arith_op_any_base(int base, const char *alph, const char *z1, const char *z2, char op, char *result) designed to handle arithmetic operations in various numeral systems. The function takes two numbers (z1 and z2), both represented in the specified base (base) and using the given alphabet (alph). It performs the specified arithmetic operation (op), which can be addition, subtraction, or multiplication, and writes the result to the result buffer.

Please refer to the Ausarbeitung for exact details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages