summaryrefslogtreecommitdiff
path: root/src/options/arith_options.toml
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-01 10:47:40 -0500
committerGitHub <noreply@github.com>2018-05-01 10:47:40 -0500
commit3aa568dbd217820a625a28f2e34b5547af3f0c4d (patch)
treea84b18422b78aa953375073cab083fa8fc413477 /src/options/arith_options.toml
parentd0e61e49bf51ca7d67188dd71b5f27cd45f6f2ff (diff)
Improve tangent planes for transcendental functions (#1832)
Diffstat (limited to 'src/options/arith_options.toml')
-rw-r--r--src/options/arith_options.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options/arith_options.toml b/src/options/arith_options.toml
index 1cccf0884..b2b5f0c31 100644
--- a/src/options/arith_options.toml
+++ b/src/options/arith_options.toml
@@ -455,7 +455,7 @@ header = "options/arith_options.h"
category = "regular"
long = "nl-ext-tf-tplanes"
type = "bool"
- default = "false"
+ default = "true"
read_only = true
help = "use non-terminating tangent plane strategy for transcendental functions for non-linear"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback