File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/number/float16/base/mul Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6868 "$schema" : " math/base@v1.0" ,
6969 "base_alias" : " mul" ,
7070 "alias" : " mul" ,
71- "pkg_desc" : " perform multiplication " ,
72- "desc" : " performs multiplication " ,
73- "short_desc" : " multiplication " ,
71+ "pkg_desc" : " multiply two half-precision floating-point numbers " ,
72+ "desc" : " multiplies two half-precision floating-point numbers " ,
73+ "short_desc" : " " ,
7474 "parameters" : [
7575 {
7676 "name" : " x" ,
7777 "desc" : " first input value" ,
7878 "type" : {
7979 "javascript" : " number" ,
8080 "jsdoc" : " number" ,
81- "c" : " float " ,
81+ "c" : " stdlib_float16_t " ,
8282 "dtype" : " float16"
8383 },
8484 "domain" : [
105105 "type" : {
106106 "javascript" : " number" ,
107107 "jsdoc" : " number" ,
108- "c" : " float " ,
108+ "c" : " stdlib_float16_t " ,
109109 "dtype" : " float16"
110110 },
111111 "domain" : [
132132 "type" : {
133133 "javascript" : " number" ,
134134 "jsdoc" : " number" ,
135- "c" : " float " ,
135+ "c" : " stdlib_float16_t " ,
136136 "dtype" : " float16"
137137 }
138138 },
You can’t perform that action at this time.
0 commit comments