Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added dynvar TOLERANCE to variables.pod6
  • Loading branch information
Jan-Olof Hendig committed Sep 9, 2016
1 parent dfc44f2 commit 23a69ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/Language/variables.pod6
Expand Up @@ -1128,6 +1128,9 @@ X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>
------------------+--------------------------------------------
$*TMPDIR | An L<IO::Path> object representing the "system temporary directory"
------------------+--------------------------------------------
$*TOLERANCE | Used by C<=~=> operator to decide if two values are approximately
| equal. Defaults to 1e-15.
------------------+--------------------------------------------
$*THREAD | A L<Thread> object representing the currently executing thread.
------------------+--------------------------------------------
$*SCHEDULER | A L<ThreadPoolScheduler> object representing the current default
Expand Down

0 comments on commit 23a69ab

Please sign in to comment.