Giter VIP home page Giter VIP logo

facer-docs's People

Contributors

6stringjazzer avatar charliesun90 avatar gavinjpotts avatar hilukasz avatar joshuadavidson avatar koosmann avatar littleariel avatar melllin avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

facer-docs's Issues

Trig functions should specify angles in radians

Description

Descriptions of trig functions (sin, cos, tan) do not describe the argument. The description should change from

Sine function

to

Sine of an angle expressed in radians (see function rad to convert from degrees to radians)

Missing column in Division example

Description

Example for Division shows 1.5 in expression column and blank result column

Expected outcome

Expression should show (3/2) and result 1.5 should show in result column

Fix

Add HTML code

<td>(3/2)</td>

Browsers Affected

All

Incorrect documentation for ceil()

Description

ceil(pi) shows incorrect value on the page
Also it should be ceil(pi) instead of (pi)

Expected outcome

4

Actual outcome

3.141592653589793

Live Demo

See the web page

Steps to reproduce

(http://docs.facer.io/c-advanced/expressions/)

Browsers Affected

  • [x ] Chrome
  • [x ] Firefox
  • [x ] Safari 9
  • [x ] Safari 8
  • [x ] Safari 7
  • [x ] Edge
  • [x ] IE 11
  • IE 10

rand needs rigorous definition

Description

Definition of rand function does not specify whether result is integer or real

Suggest that description be changed from

Random number generator

to

Generate random integer from min to max

Parameter request

Please add a new ## parameter for 2-character Day of the Week.
To differentiate between Sunday/Saturday and Tuesday/Thursday

Mathematical definition of log function is incorrect

Description

The log function is described only as "Log function." However, it works in fact as the natural log, usually written as ln. The log function is normally assumed to be base 10 unless a base is explicitly specified. In this case the Facer log function uses base e. The description should be changed to

Natural log function (log to the base e)

Allow for expression stacking

Basically an "elseif" for the "then" condition.

Notably trying to append the ordinal suffix for dates...

$(#DdL#==1||#DdL#==21||#DdL#==31)?st:(#DdL#==2||#DdL#==22)?nd:th$

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.