MCPcopy Create free account
hub / github.com/TheAlgorithms/C / power_of_ten

Function power_of_ten

developer_tools/min_printf.h:48–54  ·  view source on GitHub ↗

* @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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

print_double_valueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected