* @details * This function return ten to the power a(The parameter specified to it) like: * if the parameter specified is 4 i.e. -> power_of_ten(4) is called then * this function will return ten to the power four (10000); * @param a The power of ten which is to be returned * @return Ten to the power a */
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected