Skip to content

Factorial problem #4

@DavidSagan

Description

@DavidSagan

Julia standard factorial(n) function only takes arguments up to n = 20 since the function returns an Int64. factorial(big(n)) can be used for larger n but this will slow down calculations. So the thought is to write a function fact(n) which returns a Float64. This can be used up to n = 170.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions