You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
e(x), exp(x)# exponentiation of epow(a, b)# a ^ bsqrt(x)# x ^ 1/2cbrt(x)# x ^ 1/3abs(x)# absolute value of xfac(n)# factorial of nc(n, k)# n choose k, unordereda(n, k)# n choose k, ordereddeg(rad)# Radians to degreesrad(deg)# Degrees to radians
About
some useful math functions for linux calculator bc