MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / min

Function min

include/hxMath.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 inline static double log(double inA) { return ::std::log(inA); }
38 inline static double max(double inA,double inB) { return inA>inB ? inA:inA==inA?inB:inA; }
39 inline static double min(double inA,double inB) { return inA<inB ? inA:inA==inA?inB:inA; }
40
41 inline static double atan(double inA) { return ::std::atan(inA); }
42 inline static double asin(double inA) { return ::std::asin(inA); }

Callers 6

indexOfMethod · 0.85
lastIndexOfMethod · 0.85
__SetSizeExactMethod · 0.85
VerifyStackReadMethod · 0.85
StartThreadJobsMethod · 0.85
CollectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected