MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / mul

Function mul

extern/tinyexpr/tinyexpr.c:223–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221static double add(double a, double b) {return a + b;}
222static double sub(double a, double b) {return a - b;}
223static double mul(double a, double b) {return a * b;}
224static double divide(double a, double b) {return a / b;}
225static double negate(double a) {return -a;}
226static double comma(double a, double b) {(void)a; return b;}

Callers 1

grisu2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected