Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4101582
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T20:42:57+00:00 2026-05-20T20:42:57+00:00

This is absolutely driving me nuts. The supposed simplest thing I can imagine and

  • 0

This is absolutely driving me nuts. The supposed simplest thing I can imagine and I can’t do it.

I just want to computer factorial inputting an int and output a real.

I’ve tried to coerce in numerous way.

fun factorial 0 = 1 |
    factorial n = n * factorial(n-1);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T20:42:58+00:00Added an answer on May 20, 2026 at 8:42 pm

    To convert an int to a real, you use Real.fromInt. If you want to return reals, you should also return 1.0 instead of 1 as the base case. So your code becomes:

    fun factorial 0 = 1.0
      | factorial n = (Real.fromInt n) * factorial(n-1);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm hoping someone can help with this, as it's driving me absolutely nuts. I
This is driving me absolutely bonkers, and it seems like such a simple thing
this is driving me absolutely nuts. I'm not the most experienced with CSS, so
This has been driving me absolutely nuts. I have a substitute function like this:
This is driving me nuts, I've seen it before but can't replicate it or
Hey guys, this is driving me absolutely crazy! Been searching for hours and can't
This is driving me absolutely nuts. I created a new WAP project in VS
This is driving me absolutely insane. I know that, to change the formatting of
I have absolutely no idea how to do this, so I'm just gonna go
This problem is driving me crazy because I am not sure why this just

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.