Skip to content

Commit 90e4955

Browse files
committed
Fix MATLAB help cpfloat output: missing comment symbol
1 parent 43a882f commit 90e4955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mex/cpfloat.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
% use. On overflow, the target floating-point format will use the largest
6868
% representable floating-point if this field is set to 0, and infinity
6969
% otherwise. The default value for this field is 0.
70-
70+
%
7171
% * The scalar FPOPTS.subnormal specifies the support for subnormal numbers.
7272
% The target floating-point format will not support subnormal numbers if
7373
% this field is set to 0, and will support them otherwise. The default value

0 commit comments

Comments
 (0)