FB II Compiler
PG PRO
Debugging
Memory
System
Mathematics
Resources
Disk I/O
Windows
Controls
Menus
Mouse
Keyboard
Text
Fonts
Drawing
Sound
Clipboard
Printing
Communication
ASM |
MATHEMATICS
How to ...
- Consider high precision numbers
- Use huge numbers
- Round off numbers
- Round double precision values
- Convert values from 256 to 65536
- Understand Hexadecimal numbers
- Convert IEEE float numbers to BCD format
- Use SANE
- Twiddle bit
- Use bitshifting
- Fix the Y2K problem
- Use a high speed square root function
- Calculate a cube root
- Find prime numbers
- Quickly sort numbers
- Compute ARCSIN
- Speed up Sine/Cosine calculations
- Measure spherical distances
- Solve a geometric problem
- Find point in a line intersecting region
- Find point where two lines cross
- Detect if a point is inside a triangle
- Compare Toolbox Deltapoint versus inline calculation
- Draw an elliptical sine wave
- Measure the size of an angle
- Calculate the angle of a slope
- Find the coordinates of the top of a triangle
- Use a better random function
- Shuffle an array
- Measure timing
- Set delays in milliseconds
- Get the date in mm/dd/yyyy format
- Find the day of the week
- Calculate the week number
- Find daylight saving time
- Adjust time zones
- Use the Extended Time Manager
- Know how the DELAY statement works
- Get the time zone of the computer
- Calculate a rebound trajectory
- Solve a non linear equation
- Perform a checksum
- Implement VBL Task
|