1670 ML_file \<open>approximation_generator.ML\<close> |
1670 ML_file \<open>approximation_generator.ML\<close> |
1671 setup "Approximation_Generator.setup" |
1671 setup "Approximation_Generator.setup" |
1672 |
1672 |
1673 section "Avoid pollution of name space" |
1673 section "Avoid pollution of name space" |
1674 |
1674 |
|
1675 bundle floatarith_notation begin |
|
1676 |
|
1677 notation Add ("Add") |
|
1678 notation Minus ("Minus") |
|
1679 notation Mult ("Mult") |
|
1680 notation Inverse ("Inverse") |
|
1681 notation Cos ("Cos") |
|
1682 notation Arctan ("Arctan") |
|
1683 notation Abs ("Abs") |
|
1684 notation Max ("Max") |
|
1685 notation Min ("Min") |
|
1686 notation Pi ("Pi") |
|
1687 notation Sqrt ("Sqrt") |
|
1688 notation Exp ("Exp") |
|
1689 notation Powr ("Powr") |
|
1690 notation Ln ("Ln") |
|
1691 notation Power ("Power") |
|
1692 notation Floor ("Floor") |
|
1693 notation Var ("Var") |
|
1694 notation Num ("Num") |
|
1695 |
|
1696 end |
|
1697 |
|
1698 bundle no_floatarith_notation begin |
|
1699 |
|
1700 no_notation Add ("Add") |
|
1701 no_notation Minus ("Minus") |
|
1702 no_notation Mult ("Mult") |
|
1703 no_notation Inverse ("Inverse") |
|
1704 no_notation Cos ("Cos") |
|
1705 no_notation Arctan ("Arctan") |
|
1706 no_notation Abs ("Abs") |
|
1707 no_notation Max ("Max") |
|
1708 no_notation Min ("Min") |
|
1709 no_notation Pi ("Pi") |
|
1710 no_notation Sqrt ("Sqrt") |
|
1711 no_notation Exp ("Exp") |
|
1712 no_notation Powr ("Powr") |
|
1713 no_notation Ln ("Ln") |
|
1714 no_notation Power ("Power") |
|
1715 no_notation Floor ("Floor") |
|
1716 no_notation Var ("Var") |
|
1717 no_notation Num ("Num") |
|
1718 |
|
1719 end |
|
1720 |
1675 hide_const (open) |
1721 hide_const (open) |
1676 Add |
1722 Add |
1677 Minus |
1723 Minus |
1678 Mult |
1724 Mult |
1679 Inverse |
1725 Inverse |