question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

toString method(s) fail for non-finite values

See original GitHub issue

Printing a quaternion with invalid (non-isFinite) components (NaN, infinity) gives:

(� � � �)

Probably vectors and matrices have the same problem, I didn’t test it.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
lukehutchcommented, Mar 8, 2020

Nice! Thanks for the very speedy turnaround time as always.

1reaction
lukehutchcommented, Mar 8, 2020

Might be better to use NaN and inf/infinity…

Read more comments on GitHub >

github_iconTop Results From Across the Web

HTML5 audio player error: "The provided double value is non ...
When I use the volume range input I get this error: "Uncaught TypeError: Failed to set the 'volume' property on 'HTMLMediaElement': The provided...
Read more >
Object.ToString Method (System) - Microsoft Learn
ToString is the major formatting method in the .NET Framework. It converts an object to its string representation so that it is suitable...
Read more >
JSONObject (Overview (json-lib jdk 5 API))
A JSONObject is an unordered collection of name/value pairs. ... The texts produced by the toString methods strictly conform to the JSON syntax...
Read more >
JSONObject
A JSONObject is an unordered collection of name/value pairs. ... The texts produced by the toString methods strictly conform to the JSON syntax...
Read more >
Class JSONObject - Oracle Help Center
The put methods add or replace values in an object. For example, myString = new JSONObject().put("JSON", "Hello, World!").toString();
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found