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 8452079
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T11:24:37+00:00 2026-06-10T11:24:37+00:00

I tried initializing an int64 variable in the following way : let k:int64 =

  • 0

I tried initializing an int64 variable in the following way :

let k:int64 = 4000000000;;

However I got the following error message :

Error: Integer literal exceeds the range of representable integers of type int

How do I intialise k to a value of 4 billion? Thanks.

  • 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-06-10T11:24:38+00:00Added an answer on June 10, 2026 at 11:24 am

    You should use L specifier to indicate an int64 literal:

    let k = 4000000000L;;

    Alternatively, since the number exceeds the range of int32, you can convert it from float:

    let k = Int64.of_float 4000000000.;;

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm initializing a pretty simple custom camera the following way : camview = [[CameraView
I am currently initializing a Hashtable in the following way: Hashtable filter = new
I'm trying to figure out the correct way of initializing a static container variable
When initializing MongoDB replica sets on Azure dev i get following error: Command 'replSetInitiate'
I'm trying to add a swipe animation to an element. I've tried initializing jqTouch
Tried following the instructions here: How to use Google app engine with my own
I am having problem initializing nsdictionary and adding it to array. I tried two
I am trying to find a generic way of initializing a mock repository for
I am initializing my gesture recognizers with the following code when I initialize a
I'm getting a random unreproducible Error when initializing a JSplitPane in with JDK 1.5.0_08.

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.