diff --git a/Doc/Manual/Scilab.html b/Doc/Manual/Scilab.html index a1ba7f8e2..dfcf3959c 100644 --- a/Doc/Manual/Scilab.html +++ b/Doc/Manual/Scilab.html @@ -1351,13 +1351,13 @@ The following table provides the equivalent Scilab type for C/C++ primitive type boolboolean charstring signed chardouble or int8 -unsigned charuint8 +unsigned chardouble or uint8 shortdouble or int16 -unsigned shortuint16 +unsigned shortdouble or uint16 intdouble or int32 -unsigned intuint32 +unsigned intdouble or uint32 longdouble or int32 -unsigned longuint32 +unsigned longdouble or uint32 signed long longnot supported in Scilab 5.x unsigned long longnot supported in Scilab 5.x floatdouble @@ -1370,15 +1370,14 @@ The following table provides the equivalent Scilab type for C/C++ primitive type Notes: