PandA-2024.02
examples
softfloat
src
fsub.c
Go to the documentation of this file.
1
float
single_prec_subtraction
(
float
a,
float
b)
2
{
3
return
a-b;
4
}
single_prec_subtraction
float single_prec_subtraction(float a, float b)
Definition:
fsub.c:1
Generated on Mon Feb 12 2024 13:02:50 for PandA-2024.02 by
1.8.13