shithub
tenseleyflow
/
bencch
/
Sign in
Sign up
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
bencch
Public
Watch
0
Fork
0
Star
0
bencch
/
fixtures
/
modules
/
module_chain
/
math_values.f90
Fortran · 138 bytes
Raw
Blame
History
1
module
math_values
2
use
math_seed
,
only
:
seed
3
implicit
none
4
integer
,
parameter
::
doubled
=
seed
+
seed
5
end
module
math_values
6