Jump to content

Cant see the wood for the trees


This topic is 6190 days old. Please don't post here. Open a new topic instead.

Recommended Posts

I'm sure there is a very simple calculation to do this but for some reason i can't see it.

best

Stuart

Let ( [

//a = number from 1 to 5

a = 1 ;

//b = number from 1 to 5

b = 5 ] ;

Choose ( a ;

Choose ( b ; 00 ; 01 ; 02 ; 03 ; 04 )

Choose ( b ; -1 ; 00 ; 01 ; 02 ; 03 )

Choose ( b ; -2 ; -1 ; 00 ; 01 ; 02 )

Choose ( b ; -3 ; -2 ; -1 ; 00 ; 01 )

Choose ( b ; -4 ; -3 ; -2 ; -1 ; 00 )

)

)

ps the 00 are just to make it readable a simple number is all that needs to be returned.

Link to comment
Share on other sites

This topic is 6190 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.