I have said that the so called "natural" exponential, normally written as e^x or exp(x) of either real or complex argument and its inverse, the hyperbolic a.k.a. natural logarithm, and any other functions derived from it are neither needed nor useful when computations are done by computers, as opposed to computations done with pen and paper.
In all traditional formulae where the "natural" exponential function or functions derived from it occur, all occurrences can be replaced using a pair of functions of real argument, the function 2^x with real value and the function 1^x with complex value, either directly or with functions derived from this pair, e.g. the binary logarithm.
In computer programs this substitution results in both higher accuracy and higher speed and it has as a side effect that the units radian and neper are never needed.
It should be noted that even in the 19th century, when the "natural" exponential and logarithm and the trigonometric functions with argument in radians were useful for symbolic computations done by hand, they were never used for practical numeric computations.
All practical numeric computations were done using the function 10^x and the trigonometric functions with argument in degrees and their inverses, by using mathematical tables where the values of these functions were tabulated (or equivalently, by using slide rules).
The use of the "natural" exponential and logarithm and of the trigonometric functions with argument in radians for practical computations has become widespread only after the development of the electronic computers, after programming languages like Fortran have included them as standard functions.
I consider that this has been a mistake, similar to the use of decimal numbers in some computers. Both the use of decimal numbers and the use of the "natural" exponential and logarithm and of the trigonometric functions with argument in radians are sub-optimal in all their possible applications.