Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Zeda
/
z80float
Public
Notifications
You must be signed in to change notification settings
Fork
13
Star
91
Code
Issues
6
Pull requests
0
Actions
Projects
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on May 6, 2021
Fixed bugs with special numbers and numbers with a exponent of +7
Zeda
committed
aa2016d
Copy full SHA for aa2016d
f32toi8: Fixed bugs with special numbers
Zeda
committed
5ef12b0
Copy full SHA for 5ef12b0
Commits on May 2, 2021
include pushpop
Zeda
committed
bdd5b19
Copy full SHA for bdd5b19
Fixed bug causing negative integers to be rounded down by 1
Zeda
committed
316d32f
Copy full SHA for 316d32f
Commits on Apr 25, 2021
created f24tof16, fixed bug in f16tof24, optimized. Addresses issue #24
Zeda
committed
8200645
Copy full SHA for 8200645
conversion routines between f32 to and from f16,f24, f64, and extended
Zeda
committed
3f591ab
Copy full SHA for 3f591ab
Wrapped float.inc in include bars
Zeda
committed
e8b07ae
Copy full SHA for e8b07ae
Commits on Apr 24, 2021
[request] created f32_muli16 and f32_mulu16; multiply f32 by 16-bit ints
Zeda
committed
a733983
Copy full SHA for a733983
Commits on Apr 23, 2021
Added f24tof32 and f32tox (issue #29)
Zeda
committed
f2ab1ec
Copy full SHA for f2ab1ec
xtostr uses `common_str.z80` now
Zeda
committed
795f8a6
Copy full SHA for 795f8a6
extended.py wasn't working on 2^-127 or smaller due to a typo.
Zeda
committed
891359e
Copy full SHA for 891359e
Commits on Apr 22, 2021
Created f32tof24 (part of issue #29)
Zeda
committed
3c7622d
Copy full SHA for 3c7622d
Finished f32 <==> integer conversions,issue #29
Zeda
committed
1d2b77e
Copy full SHA for 1d2b77e
added to documentation for f32toi8 and f32toi16
Zeda
committed
82ce8b6
Copy full SHA for 82ce8b6
added integer ==> f32 conversion routines, issue #29
Zeda
committed
5a973d9
Copy full SHA for 5a973d9
Commits on Apr 18, 2021
added atof32 (string ==> float)
Zeda
committed
3e6f391
Copy full SHA for 3e6f391
Fixed bug printing inf, moved LUT outside, documented input/output
Zeda
committed
67d5cb5
Copy full SHA for 67d5cb5
fixed bug (typo) when number is terminated by a decimal
Zeda
committed
d4563cd
Copy full SHA for d4563cd
Commits on Apr 7, 2021
Create atof24 (issue #24) and fixed bugs in f24toa
Zeda
committed
0aa4f81
Copy full SHA for 0aa4f81
Update f32 readme
Zeda
committed
d76da63
Copy full SHA for d76da63
use common routines
Zeda
committed
595dc44
Copy full SHA for 595dc44
Commits on Apr 5, 2021
Updated the f32 readme
Zeda
committed
e1fddde
Copy full SHA for e1fddde
Optimized f32randnorm to randomly generate a sign instead of 2*rand-1
Zeda
committed
0dae8ad
Copy full SHA for 0dae8ad
include f32neg in f32cos
Zeda
committed
d4104ca
Copy full SHA for d4104ca
created f32 to int8 and int16, related to issue #27
Zeda
committed
648cb7c
Copy full SHA for 648cb7c
updated comments
Zeda
committed
9dcc526
Copy full SHA for 9dcc526
Commits on Apr 4, 2021
fixed bug with overflow not incrementing the exponent.
Zeda
committed
c504e18
Copy full SHA for c504e18
Forgot to add support for padding zeros before the decimal.
Zeda
committed
fef206b
Copy full SHA for fef206b
Commits on Apr 3, 2021
created f32randnorm routines
Zeda
committed
469a144
Copy full SHA for 469a144
moved `mov` to common
Zeda
committed
24ddd06
Copy full SHA for 24ddd06
Using Patrik Rak's 32-bit xorshift in the rand routine
Zeda
committed
8071c03
Copy full SHA for 8071c03
Commits on Mar 30, 2021
moving `mov` routines to common
Zeda
committed
b7b095a
Copy full SHA for b7b095a
Commits on Mar 29, 2021
moving C_Times_BE to `common`
Zeda
committed
3ee3cd0
Copy full SHA for 3ee3cd0
Commits on Mar 28, 2021
Using `common` routines
Zeda
committed
e4ff4db
Copy full SHA for e4ff4db
Commits on Mar 20, 2021
#29 f32toa re-implemented to not use single routines
Zeda
committed
6b7c5c2
Copy full SHA for 6b7c5c2
Pagination
Previous
Next
You can’t perform that action at this time.