#!/bin/sh
# Shell script to run Mathomatic with the m4 preprocessor.
# This allows entry of many standard math functions.
#
# Usage: matho [ input_files ]

m4 -iP -- /usr/share/mathomatic/m4/functions.m4 "$@" - | mathomatic -ru -s-1
