-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This also includes a link to the GitHub repo from the generated GitHub Pages site. Fixes #58
- Loading branch information
1 parent
22bab8f
commit fdd9d8b
Showing
5 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# frozen_string_literal: true | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "github-pages" | ||
gem "jekyll-relative-links" | ||
gem "jekyll-github-metadata" | ||
|
||
gem "webrick", "~> 1.8" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
title: FPM | ||
description: C++ header-only fixed-point math library | ||
theme: jekyll-theme-slate | ||
site: | ||
github: | ||
- is_project_page | ||
- repository_url: https://github.com/MikeLankamp/fpm | ||
gems: | ||
- jekyll-relative-links | ||
- jekyll-github-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
--- | ||
layout: default | ||
--- | ||
# Accuracy | ||
|
||
The images below compare the accuracy (versus the real result) of: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
--- | ||
layout: default | ||
--- | ||
# fpm | ||
A C++ header-only fixed-point math library. "fpm" stands for "fixed-point math". | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
--- | ||
layout: default | ||
--- | ||
# Performance | ||
|
||
The image below shows the approximate performance of: | ||
|