MCPcopy Create free account
hub / github.com/WheretIB/nullc / Exp

Function Exp

NULLC/includes/math.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 double Exp(double num)
76 {
77 return exp(num);
78 }
79
80 double Log(double num)
81 {

Callers

nothing calls this directly

Calls 1

expFunction · 0.85

Tested by

no test coverage detected