From 2060d4fe3f99ba4aac3280b81a3e565dca6358cb Mon Sep 17 00:00:00 2001 From: mfasi Date: Sat, 1 Jun 2024 06:19:51 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20north-nu?= =?UTF-8?q?merical-computing/cpfloat@fc894e9b3953b21487c1b91f196c02fcc4583?= =?UTF-8?q?d0c=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cpfloat/structoptstruct.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpfloat/structoptstruct.html b/cpfloat/structoptstruct.html index 2457277..1a24dbc 100644 --- a/cpfloat/structoptstruct.html +++ b/cpfloat/structoptstruct.html @@ -196,7 +196,7 @@

Struct Documentation cpfloat_saturation_t saturation

Support for saturation arithmetic in target format.

-

If this field is set to CPFLOAT_SAT_USE, numbers too large to be represented in the target format are clamped to the largest floating-point number of appropriate sign. I this field is set to CPFLOAT_SAT_NO, numbers that are too large to be represented are rounded to either the largest normal value of appropriate sign or the closest infinity according to the current rounding mode.

+

If this field is set to CPFLOAT_SAT_USE, numbers too large to be represented in the target format are clamped to the largest floating-point number of appropriate sign. If this field is set to CPFLOAT_SAT_NO, numbers that are too large to be represented are rounded to either the largest normal value of appropriate sign or the closest infinity according to the current rounding mode.