power-function
There are 6 repositories under power-function topic.
Geolm/math_intrinsics
One header file library that implement missing transcendental math functions (cos, sin, acos, and more....) using 100% AVX/Neon instructions (no branching)
yashpatel2911/trigonometric-junit-testing
Trigonometric Functions such as sin, cos and tan are implemented by using the Taylor series and tested using J Unit in this project.
jmsck55/eunumber
EuNumber can do sequence calculations, bigmath, and multiple precision. It is not done yet.
shohibulislam/custom-power-function-in-C
A simple C program that calculates the power of a number (base^exponent), supporting positive, zero, and negative exponents.