Download OpenAPI specification:Download
A service to simplify truth expressions, and generate truth tables.
exp required | string |
object (Options for simplifying an expression and generating a truth table) |
{- "before": "string",
- "after": "string",
- "operations": [
- "string"
], - "expression": {
- "not": null
}, - "truthTable": {
- "header": [
- "string"
], - "truthMatrix": [
- [
- true
]
]
}
}
exp required | string |
object (Options for simplifying an expression and generating a truth table) |
{- "before": "string",
- "after": "string",
- "operations": [
- "string"
], - "expression": {
- "not": null
}, - "truthTable": {
- "header": [
- "string"
], - "truthMatrix": [
- [
- true
]
]
}
}