Skip to content

math module import question #4

@eekee

Description

@eekee

I'm preparing some extra math functions to make a pull request. Currently, SQRT has an import statement within itself, see below. Shall I keep it like that, or shall I add math to the import statement in the kernel?

CODE SQRT    import math; dpush(math.sqrt(dpop())) END-CODE

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions