__fmul, __fmuls

Purpose

Floating Multiply, Floating Multiply Single

Multiplies two arguments and returns the result.

Prototype

double __fmul (double, double);

float __fmuls (float, float);