PandA-2024.02
examples
truefloat
add
add.c
Go to the documentation of this file.
1
double
double_prec_addition
(
double
a,
double
b)
2
{
3
return
a + b;
4
}
double_prec_addition
double double_prec_addition(double a, double b)
Definition:
add.c:1
Generated on Mon Feb 12 2024 13:02:49 for PandA-2024.02 by
1.8.13