PyPI Browser
Go
numpy/f2py/tests/src/crackfortran/gh23598.f90
Browse
numpy
numpy-2.1.3-cp311-cp311-musllinux_1_2_aarch64.whl
numpy/f2py/tests/src/crackfortran/gh23598.f90
1
2
3
4
integer
function
intproduct
(
a
,
b
)
result
(
res
)
integer
,
intent
(
in
)
::
a
,
b
res
=
a
*
b
end function
Metadata
Size
101 bytes
Mimetype
Unknown
Mode
-rw-r--r--
View Raw File