issues
search
Arsenic-ATG
/
Qt-calculator
A simple GUI calculator🧮 built using C++
MIT License
63
stars
52
forks
source link
Complex functions
#33
Closed
ofekkr1
closed
1 year ago
ofekkr1
commented
1 year ago
Features
Added the following functions to the calculator:
modulo(known as the % in C++)
exponent on any power
sigmoid function , which is $f(x)= 1/(1+e^-x)$ (has its uses on the statistical and machine learning fields)
sin and cos(on radians for now)
pi and exponent as digits(the exponent function with power of 1)
Features
Added the following functions to the calculator: