Perseus
    Preparing search index...
    type TrigFunc = {
        codegen: string | ((argStr: string) => string);
        eval: (arg: number) => number;
        expand?: () => Expr;
        tex: string;
    }
    Index

    Properties

    Properties

    codegen: string | ((argStr: string) => string)
    eval: (arg: number) => number
    expand?: () => Expr
    tex: string