Leonardus
|
Implementations of the operator section dissenting. More...
#include <string>
#include <cstddef>
#include <gmp.h>
#include "error.h"
#include "helper.h"
#include "adapter128.h"
#include "so.h"
#include "operator.h"
#include "context.h"
#include "sosimp.h"
#include "sod.h"
#include "soa.h"
#include "soq.h"
Functions | |
void | anonymous_namespace{opdiss.cpp}::s_IIRRQQ (Context &k, __int128(*intoper_p)(__int128, __int128), __float128(*floatoper_p)(__float128, __float128), void(*rationaloper_p)(mpq_t, mpq_t, mpq_t)) |
Abstraction of an operator with two integers, reals or rationals with lambdas. | |
void | sox_add (Context &k) |
Dissenting operator add. | |
void | sox_atan (Context &k) |
Dissenting operator atan. | |
void | sox_c_equalequal (Context &k) |
Dissenting operator ==. | |
void | sox_copy (Context &k) |
Dissenting operator copy. | |
void | sox_cos (Context &k) |
Dissenting operator cos. | |
void | sox_cvi (Context &k) |
Dissenting operator cvi. | |
void | sox_cvr (Context &k) |
Dissenting operator cvr. | |
void | sox_eq (Context &k) |
Dissenting operator eq. | |
void | sox_exec (Context &k) |
Dissenting operator exec. | |
void | sox_ge (Context &k) |
Dissenting operator ge. | |
void | sox_gt (Context &k) |
Dissenting operator gt. | |
void | sox_le (Context &k) |
Dissenting operator le. | |
void | sox_length (Context &k) |
Dissenting operator length. | |
void | sox_lt (Context &k) |
Dissenting operator lt. | |
void | sox_mod (Context &k) |
Dissenting operator mod. | |
void | sox_mul (Context &k) |
Dissenting operator mul. | |
void | sox_quit (Context &k) |
Dissenting operator quit. | |
void | sox_sin (Context &k) |
Dissenting operator sin. | |
void | sox_sub (Context &k) |
Dissenting operator sub. | |
void | sox_systemdict (Context &k) |
Dissenting operator systemdict. | |
Implementations of the operator section dissenting.
Leonardus, a minimalist stack-based programming system. Copyright (C) 2025 Andreas Muckenschnabel This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.