diff options
Diffstat (limited to 'manual/arith.texi')
-rw-r--r-- | manual/arith.texi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/manual/arith.texi b/manual/arith.texi index 75eaf67fe7..edf1fd71f8 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -2270,6 +2270,25 @@ function without any intermediate rounding to the type of the arguments. @end deftypefun +@deftypefun float fsqrt (double @var{x}) +@deftypefunx float fsqrtl (long double @var{x}) +@deftypefunx double dsqrtl (long double @var{x}) +@deftypefunx _FloatM fMsqrtfN (_Float@var{N} @var{x}) +@deftypefunx _FloatM fMsqrtfNx (_Float@var{N}x @var{x}) +@deftypefunx _FloatMx fMxsqrtfN (_Float@var{N} @var{x}) +@deftypefunx _FloatMx fMxsqrtfNx (_Float@var{N}x @var{x}) +@standards{TS 18661-1:2014, math.h} +@standardsx{fMsqrtfN, TS 18661-3:2015, math.h} +@standardsx{fMsqrtfNx, TS 18661-3:2015, math.h} +@standardsx{fMxsqrtfN, TS 18661-3:2015, math.h} +@standardsx{fMxsqrtfNx, TS 18661-3:2015, math.h} +@safety{@prelim{}@mtsafe{}@assafe{}@acsafe{}} +These functions, from TS 18661-1:2014 and TS 18661-3:2015, return the +square root of @var{x}, rounded once to the return type of the +function without any intermediate rounding to the type of the +arguments. +@end deftypefun + @node Complex Numbers @section Complex Numbers @pindex complex.h |