I want to create one page when stay all aritmetics functions we can to use in ARDUINO. But in special the functions for a RNA Back Propagation. There is a Function for tansig ((e^+n)-(e^-n)/(e^+n)+(e^-n)) and for logsig ((1)/(1)+(e^-n)). Tank you. Add all functions but agree too this.
I use tansig in neural network models, it can be a slow function to compute, you might want to consider alternative ways of calculating it which will be faster on the arduino.