Search found 5944 matches

by albert
Oct 06, 2006 22:25
Forum: Sources, Examples, Tips and Tricks
Topic: Floating point math
Replies: 12
Views: 6813

A cypher program i just wrote!

'======================================== 'I wrote this over 2 days to get used to the file i/o of firstbasic.' ' it has a small bug, it leaves an extra chr$(10) at the end of 'recreated files. ????? '======================================== 'Silly Cypher ver 1.00 ' A 9 bit cypher program that conv...
by albert
Oct 06, 2006 17:13
Forum: Sources, Examples, Tips and Tricks
Topic: Floating point math
Replies: 12
Views: 6813

Sammy haggar bug in my mult.bas

There is a sammy haggar bug that will not let you MUL 55*55 you get 825 instead 3,025 the line (place+1)-n? needs to be (place-n?) if the carry is 2 digits it overlaps them result string by 1. QUESTION On file input??? If you have a file that is 1Meg long can you open it as a single record , into a ...
by albert
Sep 28, 2006 19:16
Forum: Sources, Examples, Tips and Tricks
Topic: Floating point math
Replies: 12
Views: 6813

Floating point math

I don't think this is quite true, i've seen plenty of others, but good work anyway. I've seen a big-int math package but it only works with integers! My plan is to eventually add other functions and a 8-12 element stack with memory and an interactive interface, I've got similar ADD and SUB programs...
by albert
Sep 28, 2006 2:48
Forum: Sources, Examples, Tips and Tricks
Topic: Floating point math
Replies: 12
Views: 6813

Floating point math

I wrote this program to handle huge math if any one is interested?? '' MULTIPLY.BAS a long number integer and floating_point multiplier. '' '' Written by Albert Allen Reditt Aug 2006 '' '' Written in FreeBasic v0.16b (DOS version) '' '' '' '' This program takes 3 strings: '' '' value 1 string '' '' ...