Astrodynamic

Astrodynamic

Geek Repo

Company:ООО "Робопро"

Location:Moskow

Github PK Tool:Github PK Tool

Astrodynamic's repositories

Decimal-in-C

Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in C#.

Language:CLicense:MITStargazers:3Issues:2Issues:0

CatUtility

This is a cat utility implementation in C supporting all flags specified in the project requirements, with a Makefile for easy building.

Language:CLicense:MITStargazers:1Issues:1Issues:0

GrepUtility

This is a grep utility project that searches for a pattern in files and outputs matching lines. It supports various flags and is built with CMake and Makefile.

Language:CLicense:MITStargazers:1Issues:1Issues:0

Math-Library-in-C

CustomMath library is a C language implementation of the `math.h` library, offering basic mathematical functions like sine, cosine, logarithms, etc. It has no external dependencies and is licensed under MIT. To use it, you need to link it with your project and include its header file in your C source code.

Language:CLicense:MITStargazers:1Issues:1Issues:0

Matrix-in-C

This is a C implementation of various matrix operations, including creating, removing, adding, subtracting, multiplying, and comparing matrices. The library provides functions to perform operations such as matrix transposition, determinant, and inverse.

Language:CLicense:MITStargazers:0Issues:1Issues:0

String-Library-in-C

The custom_string.h library is a C library that provides functions for working with strings, such as calculating length, copying, concatenating, searching, and comparing strings. To use the library, add the include statement and link to your project. The library follows the POSIX.1-2017 standard and is built using gcc compiler.

Language:CLicense:MITStargazers:0Issues:1Issues:0