From 90e4955c28748af9ffd40a00a7b7ece842f9da65 Mon Sep 17 00:00:00 2001 From: Mantas Mikaitis Date: Fri, 7 Jun 2024 14:46:29 +0100 Subject: [PATCH] Fix MATLAB help cpfloat output: missing comment symbol --- mex/cpfloat.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mex/cpfloat.m b/mex/cpfloat.m index 3e27dea..9adb4b3 100644 --- a/mex/cpfloat.m +++ b/mex/cpfloat.m @@ -67,7 +67,7 @@ % use. On overflow, the target floating-point format will use the largest % representable floating-point if this field is set to 0, and infinity % otherwise. The default value for this field is 0. - +% % * The scalar FPOPTS.subnormal specifies the support for subnormal numbers. % The target floating-point format will not support subnormal numbers if % this field is set to 0, and will support them otherwise. The default value