blob: 798909fa5056933918d08a38c5de976d10923c6e [file] [edit]
float helper2_mul(float a, float b) {
return a * b;
}