PandA-2024.02
sqrt.c
Go to the documentation of this file.
1 double double_prec_sqrt(double a)
2 {
3  return __builtin_sqrt(a);
4 }
double double_prec_sqrt(double a)
Definition: sqrt.c:1

Generated on Mon Feb 12 2024 13:02:50 for PandA-2024.02 by doxygen 1.8.13