A header only library implementing common mathematical functions using SIMD intrinsics
-
Updated
Apr 6, 2026 - C
A header only library implementing common mathematical functions using SIMD intrinsics
High-accuracy SIMD sin/cos/sincos library in C with AVX2, AVX-512, and NEON support. Full-range reduction. Fast at scale. Portable by design.
One header file library that implement missing transcendental math functions (cos, sin, acos, and more....) using 100% AVX/Neon instructions (no branching)
Triangle solver for the TI-84 Plus CE
CMath is an open-source project for developers. This project provides small chunks of functions written in the c programming language which can solve multiple math problems.
Factal generator made in C
C program for calculating the mathematical expressions: Beginner C
Unit circle simulation in raylib
A reproduction of Wolfenstein3D, involving trigonometry and optimization
Math+
A tiny, open-sourced arithmetic library for calculating the natural logarithm of trigonometric functions in C/C++.
Professional CLI calculator in C supporting both basic and advanced math functions with reliable error management.
A simple and easy to use program made to help visualize some of the trigonomic functions. The program is written in c using the library raylib for the gui. In order to build and run the program make sure cmake and git is installed and run the run.sh file. If you found this repository helpful of cool feel free to give it a star.
A simple graphics engine for rendering three-dimensional objects in the terminal as ASCII art.
Cub3D is a 3D game engine project inspired by Wolfenstein 3D, developed as part of the 42 curriculum. The goal is to create a simple first-person view using raycasting in C, rendering a 2D map into a 3D-like environment. This project focuses on understanding graphics rendering, raycasting algorithms, and low-level memory management while working w
Add a description, image, and links to the trigonometry topic page so that developers can more easily learn about it.
To associate your repository with the trigonometry topic, visit your repo's landing page and select "manage topics."