Common Functions

Maple V Scientific Notebook
UserInputsin(x) sin x or sin(x)
UserInputcos(x) cos x or cos(x)
UserInputtan(x) tan x or tan(x)
UserInputexp(x) ex or exp(x)
UserInputlog(x) orUserInput ln(x) log x or ln x
UserInputlog10(x) log10x or log10(x)
UserInputabs(x) $\left\vert\vphantom{ x}\right.$x$\left.\vphantom{ x}\right\vert$
UserInputfloor(x) $\left\lfloor\vphantom{ x}\right.$x$\left.\vphantom{ x}\right\rfloor$
UserInputceiling(x) $\left\lceil\vphantom{ x}\right.$x$\left.\vphantom{ x}\right\rceil$
UserInputsqrt(x) $\sqrt{{x}}$
UserInputarccos(x) arccos x or cos-1x or arccos(x) or cos-1(x)
UserInputarcsin(x) arcsin x or sin-1x or arcsin(x) or sin-1(x)
UserInputarctan(x) arctan x or tan-1x or arctan(x) or tan-1(x)
UserInputcosh(x) cosh x or cosh(x)
UserInputsinh(x) sinh x or sinh(x)
UserInputtanh(x) tanh x or tanh(x)
UserInputarccosh(x) cosh-1x or cosh-1(x)
UserInputarcsinh(x) sinh-1x or sinh-1(x)
UserInputarctanh(x) tanh-1x or tanh-1(x)
UserInputevalc(Re(x)) $\func$Re(x)
UserInputevalc(Im(x)) $\func$Im(x)
UserInputevalc(conjugate(x)) x *
UserInputunion
UserInputintersection