Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
a7ea52ce
Commit
a7ea52ce
authored
Feb 01, 2016
by
thomas.forbriger
Browse files
[WP] (whatscooking): issue7: add note regarding huge function
parent
dc6ff965
Changes
1
Hide whitespace changes
Inline
Side-by-side
issue7_refract_catch_zero_offset.txt
View file @
a7ea52ce
...
...
@@ -66,4 +66,16 @@ Action
scaled amplitude in a given offset range in scaling mode 2 and 3
- Problem 3 solved by enforcing non-negative exponent value
Note
----
Fortran 95 and later offers a function huge().
See gfortran documentation.
The return value can be used to adjust world coordinate limits.
`HUGE(X)' returns the largest number that is not an infinity in
the model of the type of `X'.
huge(0.)=3.40282347E+38
huge(0.d0)=1.7976931348623157E+308
----- END OF issue7_refract_catch_zero_offset.txt -----
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment